Shades of Deep Magenta #CC02DA
Tints of Deep Magenta #CC02DA
RGB
CMYK
RGB Variations
Color information
#CC02DA (or 0xCC02DA) is known color: Deep Magenta. HEX triplet: CC, 02 and DA. RGB value is (204,2,218). Sum of RGB (Red+Green+Blue) = 204+2+218=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02DA is #33FD25. Grayscale: #565656. Windows color (decimal): -3407142 or 14287564. OLE color: 14287564.
HSL color Cylindrical-coordinate representation of color #CC02DA: hue angle of 296.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02DA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 2 | 218 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.15 |
| HSL | 296.11º | 0.98% | 0.43% | - |
| HSV(B) | 296.11º | 0.99% | 0.85% | - |
| XYZ | 37.58 | 17.94 | 67.81 | - |
| YUV | 87.02 | 201.92 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 218 | 0.06 | 0.99 | 0 | 0.15 | 296.11 | 0.98 | 0.43 |
| Hex | CC | 2 | DA | 6 | 63 | 0 | F | 128 | 62 | 2B |
| Octal | 314 | 2 | 332 | 6 | 143 | 0 | 17 | 450 | 142 | 53 |
| Binary | 11001100 | 10 | 11011010 | 110 | 1100011 | 0 | 1111 | 100101000 | 1100010 | 101011 |
Color Harmonies of #CC02DA
Complementary color
Monochromatic Colors of #CC02DA
Black with #CC02DA
Text Example
Text Example
White with #CC02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02DA; }
p { color: rgb(204,2,218); }
H1.HeaderClassName
{
color: #CC02DA;
}
.AnyTagClassName
{
color: #CC02DA;
}
</style>
background-color css
<style>
a { background-color: #CC02DA; }
a { background-color: rgb(204,2,218); }
div.DivClassName
{
background-color: #CC02DA;
}
.BgClassName
{
background-color: #CC02DA;
}
</style>
border-color css
<style>
span { border-color: #CC02DA; }
span { border-color: rgb(204,2,218); }
td.TdClassName
{
border-color: #CC02DA;
}
.TagClassName
{
border-color: #CC02DA;
}
</style>