Shades of Deep Magenta #C80DD6
Tints of Deep Magenta #C80DD6
RGB
CMYK
RGB Variations
Color information
#C80DD6 (or 0xC80DD6) is known color: Deep Magenta. HEX triplet: C8, 0D and D6. RGB value is (200,13,214). Sum of RGB (Red+Green+Blue) = 200+13+214=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #C80DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DD6 is #37F229. Grayscale: #5B5B5B. Windows color (decimal): -3666474 or 14028232. OLE color: 14028232.
HSL color Cylindrical-coordinate representation of color #C80DD6: hue angle of 295.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DD6 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 13 | 214 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.16 |
| HSL | 295.82º | 0.89% | 0.45% | - |
| HSV(B) | 295.82º | 0.94% | 0.84% | - |
| XYZ | 36.1 | 17.42 | 65.08 | - |
| YUV | 91.83 | 196.95 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 214 | 0.07 | 0.94 | 0 | 0.16 | 295.82 | 0.89 | 0.45 |
| Hex | C8 | D | D6 | 7 | 5E | 0 | 10 | 128 | 59 | 2D |
| Octal | 310 | 15 | 326 | 7 | 136 | 0 | 20 | 450 | 131 | 55 |
| Binary | 11001000 | 1101 | 11010110 | 111 | 1011110 | 0 | 10000 | 100101000 | 1011001 | 101101 |
Color Harmonies of #C80DD6
Complementary color
Monochromatic Colors of #C80DD6
Black with #C80DD6
Text Example
Text Example
White with #C80DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DD6; }
p { color: rgb(200,13,214); }
H1.HeaderClassName
{
color: #C80DD6;
}
.AnyTagClassName
{
color: #C80DD6;
}
</style>
background-color css
<style>
a { background-color: #C80DD6; }
a { background-color: rgb(200,13,214); }
div.DivClassName
{
background-color: #C80DD6;
}
.BgClassName
{
background-color: #C80DD6;
}
</style>
border-color css
<style>
span { border-color: #C80DD6; }
span { border-color: rgb(200,13,214); }
td.TdClassName
{
border-color: #C80DD6;
}
.TagClassName
{
border-color: #C80DD6;
}
</style>