Shades of Deep Magenta #CC02A6
Tints of Deep Magenta #CC02A6
RGB
CMYK
RGB Variations
Color information
#CC02A6 (or 0xCC02A6) is known color: Deep Magenta. HEX triplet: CC, 02 and A6. RGB value is (204,2,166). Sum of RGB (Red+Green+Blue) = 204+2+166=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC02A6 is #33FD59. Grayscale: #505050. Windows color (decimal): -3407194 or 10879692. OLE color: 10879692.
HSL color Cylindrical-coordinate representation of color #CC02A6: hue angle of 311.29º 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 #CC02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.2 |
| HSL | 311.29º | 0.98% | 0.4% | - |
| HSV(B) | 311.29º | 0.99% | 0.8% | - |
| XYZ | 31.81 | 15.63 | 37.42 | - |
| YUV | 81.09 | 175.92 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 166 | 0 | 0.99 | 0.19 | 0.2 | 311.29 | 0.98 | 0.4 |
| Hex | CC | 2 | A6 | 0 | 63 | 13 | 14 | 137 | 62 | 28 |
| Octal | 314 | 2 | 246 | 0 | 143 | 23 | 24 | 467 | 142 | 50 |
| Binary | 11001100 | 10 | 10100110 | 0 | 1100011 | 10011 | 10100 | 100110111 | 1100010 | 101000 |
Color Harmonies of #CC02A6
Complementary color
Monochromatic Colors of #CC02A6
Black with #CC02A6
Text Example
Text Example
White with #CC02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02A6; }
p { color: rgb(204,2,166); }
H1.HeaderClassName
{
color: #CC02A6;
}
.AnyTagClassName
{
color: #CC02A6;
}
</style>
background-color css
<style>
a { background-color: #CC02A6; }
a { background-color: rgb(204,2,166); }
div.DivClassName
{
background-color: #CC02A6;
}
.BgClassName
{
background-color: #CC02A6;
}
</style>
border-color css
<style>
span { border-color: #CC02A6; }
span { border-color: rgb(204,2,166); }
td.TdClassName
{
border-color: #CC02A6;
}
.TagClassName
{
border-color: #CC02A6;
}
</style>