Shades of Deep Magenta #C00EAA
Tints of Deep Magenta #C00EAA
RGB
CMYK
RGB Variations
Color information
#C00EAA (or 0xC00EAA) is known color: Deep Magenta. HEX triplet: C0, 0E and AA. RGB value is (192,14,170). Sum of RGB (Red+Green+Blue) = 192+14+170=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EAA is #3FF155. Grayscale: #545454. Windows color (decimal): -4190550 or 11144896. OLE color: 11144896.
HSL color Cylindrical-coordinate representation of color #C00EAA: hue angle of 307.42º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00EAA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 170 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.25 |
| HSL | 307.42º | 0.86% | 0.4% | - |
| HSV(B) | 307.42º | 0.93% | 0.75% | - |
| XYZ | 29.15 | 14.42 | 39.28 | - |
| YUV | 85.01 | 175.97 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 170 | 0 | 0.93 | 0.11 | 0.25 | 307.42 | 0.86 | 0.4 |
| Hex | C0 | E | AA | 0 | 5D | B | 19 | 133 | 56 | 28 |
| Octal | 300 | 16 | 252 | 0 | 135 | 13 | 31 | 463 | 126 | 50 |
| Binary | 11000000 | 1110 | 10101010 | 0 | 1011101 | 1011 | 11001 | 100110011 | 1010110 | 101000 |
Color Harmonies of #C00EAA
Complementary color
Monochromatic Colors of #C00EAA
Black with #C00EAA
Text Example
Text Example
White with #C00EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EAA; }
p { color: rgb(192,14,170); }
H1.HeaderClassName
{
color: #C00EAA;
}
.AnyTagClassName
{
color: #C00EAA;
}
</style>
background-color css
<style>
a { background-color: #C00EAA; }
a { background-color: rgb(192,14,170); }
div.DivClassName
{
background-color: #C00EAA;
}
.BgClassName
{
background-color: #C00EAA;
}
</style>
border-color css
<style>
span { border-color: #C00EAA; }
span { border-color: rgb(192,14,170); }
td.TdClassName
{
border-color: #C00EAA;
}
.TagClassName
{
border-color: #C00EAA;
}
</style>