Shades of Deep Magenta #C80EAB
Tints of Deep Magenta #C80EAB
RGB
CMYK
RGB Variations
Color information
#C80EAB (or 0xC80EAB) is known color: Deep Magenta. HEX triplet: C8, 0E and AB. RGB value is (200,14,171). Sum of RGB (Red+Green+Blue) = 200+14+171=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EAB is #37F154. Grayscale: #575757. Windows color (decimal): -3666261 or 11210440. OLE color: 11210440.
HSL color Cylindrical-coordinate representation of color #C80EAB: hue angle of 309.35º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80EAB is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 171 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.22 |
| HSL | 309.35º | 0.87% | 0.42% | - |
| HSV(B) | 309.35º | 0.93% | 0.78% | - |
| XYZ | 31.33 | 15.53 | 39.88 | - |
| YUV | 87.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 171 | 0 | 0.93 | 0.14 | 0.22 | 309.35 | 0.87 | 0.42 |
| Hex | C8 | E | AB | 0 | 5D | E | 16 | 135 | 57 | 2A |
| Octal | 310 | 16 | 253 | 0 | 135 | 16 | 26 | 465 | 127 | 52 |
| Binary | 11001000 | 1110 | 10101011 | 0 | 1011101 | 1110 | 10110 | 100110101 | 1010111 | 101010 |
Color Harmonies of #C80EAB
Complementary color
Monochromatic Colors of #C80EAB
Black with #C80EAB
Text Example
Text Example
White with #C80EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EAB; }
p { color: rgb(200,14,171); }
H1.HeaderClassName
{
color: #C80EAB;
}
.AnyTagClassName
{
color: #C80EAB;
}
</style>
background-color css
<style>
a { background-color: #C80EAB; }
a { background-color: rgb(200,14,171); }
div.DivClassName
{
background-color: #C80EAB;
}
.BgClassName
{
background-color: #C80EAB;
}
</style>
border-color css
<style>
span { border-color: #C80EAB; }
span { border-color: rgb(200,14,171); }
td.TdClassName
{
border-color: #C80EAB;
}
.TagClassName
{
border-color: #C80EAB;
}
</style>