Shades of Deep Magenta #CC02A8
Tints of Deep Magenta #CC02A8
RGB
CMYK
RGB Variations
Color information
#CC02A8 (or 0xCC02A8) is known color: Deep Magenta. HEX triplet: CC, 02 and A8. RGB value is (204,2,168). Sum of RGB (Red+Green+Blue) = 204+2+168=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC02A8 is #33FD57. Grayscale: #505050. Windows color (decimal): -3407192 or 11010764. OLE color: 11010764.
HSL color Cylindrical-coordinate representation of color #CC02A8: hue angle of 310.69º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02A8 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.2 |
| HSL | 310.69º | 0.98% | 0.4% | - |
| HSV(B) | 310.69º | 0.99% | 0.8% | - |
| XYZ | 31.99 | 15.71 | 38.39 | - |
| YUV | 81.32 | 176.92 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 168 | 0 | 0.99 | 0.18 | 0.2 | 310.69 | 0.98 | 0.4 |
| Hex | CC | 2 | A8 | 0 | 63 | 12 | 14 | 137 | 62 | 28 |
| Octal | 314 | 2 | 250 | 0 | 143 | 22 | 24 | 467 | 142 | 50 |
| Binary | 11001100 | 10 | 10101000 | 0 | 1100011 | 10010 | 10100 | 100110111 | 1100010 | 101000 |
Color Harmonies of #CC02A8
Complementary color
Monochromatic Colors of #CC02A8
Black with #CC02A8
Text Example
Text Example
White with #CC02A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02A8; }
p { color: rgb(204,2,168); }
H1.HeaderClassName
{
color: #CC02A8;
}
.AnyTagClassName
{
color: #CC02A8;
}
</style>
background-color css
<style>
a { background-color: #CC02A8; }
a { background-color: rgb(204,2,168); }
div.DivClassName
{
background-color: #CC02A8;
}
.BgClassName
{
background-color: #CC02A8;
}
</style>
border-color css
<style>
span { border-color: #CC02A8; }
span { border-color: rgb(204,2,168); }
td.TdClassName
{
border-color: #CC02A8;
}
.TagClassName
{
border-color: #CC02A8;
}
</style>