Shades of Deep Magenta #CC0CAE
Tints of Deep Magenta #CC0CAE
RGB
CMYK
RGB Variations
Color information
#CC0CAE (or 0xCC0CAE) is known color: Deep Magenta. HEX triplet: CC, 0C and AE. RGB value is (204,12,174). Sum of RGB (Red+Green+Blue) = 204+12+174=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0CAE is #33F351. Grayscale: #575757. Windows color (decimal): -3404626 or 11406540. OLE color: 11406540.
HSL color Cylindrical-coordinate representation of color #CC0CAE: hue angle of 309.38º 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 #CC0CAE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 174 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.2 |
| HSL | 309.38º | 0.89% | 0.42% | - |
| HSV(B) | 309.38º | 0.94% | 0.8% | - |
| XYZ | 32.67 | 16.16 | 41.44 | - |
| YUV | 87.88 | 176.61 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 174 | 0 | 0.94 | 0.15 | 0.2 | 309.38 | 0.89 | 0.42 |
| Hex | CC | C | AE | 0 | 5E | F | 14 | 135 | 59 | 2A |
| Octal | 314 | 14 | 256 | 0 | 136 | 17 | 24 | 465 | 131 | 52 |
| Binary | 11001100 | 1100 | 10101110 | 0 | 1011110 | 1111 | 10100 | 100110101 | 1011001 | 101010 |
Color Harmonies of #CC0CAE
Complementary color
Monochromatic Colors of #CC0CAE
Black with #CC0CAE
Text Example
Text Example
White with #CC0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CAE; }
p { color: rgb(204,12,174); }
H1.HeaderClassName
{
color: #CC0CAE;
}
.AnyTagClassName
{
color: #CC0CAE;
}
</style>
background-color css
<style>
a { background-color: #CC0CAE; }
a { background-color: rgb(204,12,174); }
div.DivClassName
{
background-color: #CC0CAE;
}
.BgClassName
{
background-color: #CC0CAE;
}
</style>
border-color css
<style>
span { border-color: #CC0CAE; }
span { border-color: rgb(204,12,174); }
td.TdClassName
{
border-color: #CC0CAE;
}
.TagClassName
{
border-color: #CC0CAE;
}
</style>