Shades of Deep Magenta #CC02E3
Tints of Deep Magenta #CC02E3
RGB
CMYK
RGB Variations
Color information
#CC02E3 (or 0xCC02E3) is known color: Deep Magenta. HEX triplet: CC, 02 and E3. RGB value is (204,2,227). Sum of RGB (Red+Green+Blue) = 204+2+227=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC02E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02E3 is #33FD1C. Grayscale: #575757. Windows color (decimal): -3407133 or 14877388. OLE color: 14877388.
HSL color Cylindrical-coordinate representation of color #CC02E3: hue angle of 293.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02E3 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 2 | 227 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.11 |
| HSL | 293.87º | 0.98% | 0.45% | - |
| HSV(B) | 293.87º | 0.99% | 0.89% | - |
| XYZ | 38.79 | 18.43 | 74.19 | - |
| YUV | 88.05 | 206.42 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 227 | 0.10 | 0.99 | 0 | 0.11 | 293.87 | 0.98 | 0.45 |
| Hex | CC | 2 | E3 | A | 63 | 0 | B | 126 | 62 | 2D |
| Octal | 314 | 2 | 343 | 12 | 143 | 0 | 13 | 446 | 142 | 55 |
| Binary | 11001100 | 10 | 11100011 | 1010 | 1100011 | 0 | 1011 | 100100110 | 1100010 | 101101 |
Color Harmonies of #CC02E3
Complementary color
Monochromatic Colors of #CC02E3
Black with #CC02E3
Text Example
Text Example
White with #CC02E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02E3; }
p { color: rgb(204,2,227); }
H1.HeaderClassName
{
color: #CC02E3;
}
.AnyTagClassName
{
color: #CC02E3;
}
</style>
background-color css
<style>
a { background-color: #CC02E3; }
a { background-color: rgb(204,2,227); }
div.DivClassName
{
background-color: #CC02E3;
}
.BgClassName
{
background-color: #CC02E3;
}
</style>
border-color css
<style>
span { border-color: #CC02E3; }
span { border-color: rgb(204,2,227); }
td.TdClassName
{
border-color: #CC02E3;
}
.TagClassName
{
border-color: #CC02E3;
}
</style>