Shades of Deep Magenta #C00EAF
Tints of Deep Magenta #C00EAF
RGB
CMYK
RGB Variations
Color information
#C00EAF (or 0xC00EAF) is known color: Deep Magenta. HEX triplet: C0, 0E and AF. RGB value is (192,14,175). Sum of RGB (Red+Green+Blue) = 192+14+175=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EAF is #3FF150. Grayscale: #555555. Windows color (decimal): -4190545 or 11472576. OLE color: 11472576.
HSL color Cylindrical-coordinate representation of color #C00EAF: hue angle of 305.73º 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 #C00EAF is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.25 |
| HSL | 305.73º | 0.86% | 0.4% | - |
| HSV(B) | 305.73º | 0.93% | 0.75% | - |
| XYZ | 29.63 | 14.62 | 41.82 | - |
| YUV | 85.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 175 | 0 | 0.93 | 0.09 | 0.25 | 305.73 | 0.86 | 0.4 |
| Hex | C0 | E | AF | 0 | 5D | 9 | 19 | 132 | 56 | 28 |
| Octal | 300 | 16 | 257 | 0 | 135 | 11 | 31 | 462 | 126 | 50 |
| Binary | 11000000 | 1110 | 10101111 | 0 | 1011101 | 1001 | 11001 | 100110010 | 1010110 | 101000 |
Color Harmonies of #C00EAF
Complementary color
Monochromatic Colors of #C00EAF
Black with #C00EAF
Text Example
Text Example
White with #C00EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EAF; }
p { color: rgb(192,14,175); }
H1.HeaderClassName
{
color: #C00EAF;
}
.AnyTagClassName
{
color: #C00EAF;
}
</style>
background-color css
<style>
a { background-color: #C00EAF; }
a { background-color: rgb(192,14,175); }
div.DivClassName
{
background-color: #C00EAF;
}
.BgClassName
{
background-color: #C00EAF;
}
</style>
border-color css
<style>
span { border-color: #C00EAF; }
span { border-color: rgb(192,14,175); }
td.TdClassName
{
border-color: #C00EAF;
}
.TagClassName
{
border-color: #C00EAF;
}
</style>