Shades of Deep Magenta #CC0EAF
Tints of Deep Magenta #CC0EAF
RGB
CMYK
RGB Variations
Color information
#CC0EAF (or 0xCC0EAF) is known color: Deep Magenta. HEX triplet: CC, 0E and AF. RGB value is (204,14,175). Sum of RGB (Red+Green+Blue) = 204+14+175=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0EAF is #33F150. Grayscale: #585858. Windows color (decimal): -3404113 or 11472588. OLE color: 11472588.
HSL color Cylindrical-coordinate representation of color #CC0EAF: hue angle of 309.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0EAF is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.2 |
| HSL | 309.16º | 0.87% | 0.43% | - |
| HSV(B) | 309.16º | 0.93% | 0.8% | - |
| XYZ | 32.8 | 16.25 | 41.96 | - |
| YUV | 89.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 175 | 0 | 0.93 | 0.14 | 0.2 | 309.16 | 0.87 | 0.43 |
| Hex | CC | E | AF | 0 | 5D | E | 14 | 135 | 57 | 2B |
| Octal | 314 | 16 | 257 | 0 | 135 | 16 | 24 | 465 | 127 | 53 |
| Binary | 11001100 | 1110 | 10101111 | 0 | 1011101 | 1110 | 10100 | 100110101 | 1010111 | 101011 |
Color Harmonies of #CC0EAF
Complementary color
Monochromatic Colors of #CC0EAF
Black with #CC0EAF
Text Example
Text Example
White with #CC0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EAF; }
p { color: rgb(204,14,175); }
H1.HeaderClassName
{
color: #CC0EAF;
}
.AnyTagClassName
{
color: #CC0EAF;
}
</style>
background-color css
<style>
a { background-color: #CC0EAF; }
a { background-color: rgb(204,14,175); }
div.DivClassName
{
background-color: #CC0EAF;
}
.BgClassName
{
background-color: #CC0EAF;
}
</style>
border-color css
<style>
span { border-color: #CC0EAF; }
span { border-color: rgb(204,14,175); }
td.TdClassName
{
border-color: #CC0EAF;
}
.TagClassName
{
border-color: #CC0EAF;
}
</style>