Shades of Deep Magenta #CC0CAF
Tints of Deep Magenta #CC0CAF
RGB
CMYK
RGB Variations
Color information
#CC0CAF (or 0xCC0CAF) is known color: Deep Magenta. HEX triplet: CC, 0C and AF. RGB value is (204,12,175). Sum of RGB (Red+Green+Blue) = 204+12+175=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0CAF is #33F350. Grayscale: #575757. Windows color (decimal): -3404625 or 11472076. OLE color: 11472076.
HSL color Cylindrical-coordinate representation of color #CC0CAF: hue angle of 309.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CAF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 175 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.2 |
| HSL | 309.06º | 0.89% | 0.42% | - |
| HSV(B) | 309.06º | 0.94% | 0.8% | - |
| XYZ | 32.77 | 16.2 | 41.96 | - |
| YUV | 87.99 | 177.11 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 175 | 0 | 0.94 | 0.14 | 0.2 | 309.06 | 0.89 | 0.42 |
| Hex | CC | C | AF | 0 | 5E | E | 14 | 135 | 59 | 2A |
| Octal | 314 | 14 | 257 | 0 | 136 | 16 | 24 | 465 | 131 | 52 |
| Binary | 11001100 | 1100 | 10101111 | 0 | 1011110 | 1110 | 10100 | 100110101 | 1011001 | 101010 |
Color Harmonies of #CC0CAF
Complementary color
Monochromatic Colors of #CC0CAF
Black with #CC0CAF
Text Example
Text Example
White with #CC0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CAF; }
p { color: rgb(204,12,175); }
H1.HeaderClassName
{
color: #CC0CAF;
}
.AnyTagClassName
{
color: #CC0CAF;
}
</style>
background-color css
<style>
a { background-color: #CC0CAF; }
a { background-color: rgb(204,12,175); }
div.DivClassName
{
background-color: #CC0CAF;
}
.BgClassName
{
background-color: #CC0CAF;
}
</style>
border-color css
<style>
span { border-color: #CC0CAF; }
span { border-color: rgb(204,12,175); }
td.TdClassName
{
border-color: #CC0CAF;
}
.TagClassName
{
border-color: #CC0CAF;
}
</style>