Shades of Deep Magenta #CC03E5
Tints of Deep Magenta #CC03E5
RGB
CMYK
RGB Variations
Color information
#CC03E5 (or 0xCC03E5) is known color: Deep Magenta. HEX triplet: CC, 03 and E5. RGB value is (204,3,229). Sum of RGB (Red+Green+Blue) = 204+3+229=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03E5 is #33FC1A. Grayscale: #585858. Windows color (decimal): -3406875 or 15008716. OLE color: 15008716.
HSL color Cylindrical-coordinate representation of color #CC03E5: hue angle of 293.36º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03E5 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 3 | 229 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.10 |
| HSL | 293.36º | 0.97% | 0.45% | - |
| HSV(B) | 293.36º | 0.99% | 0.9% | - |
| XYZ | 39.08 | 18.56 | 75.65 | - |
| YUV | 88.86 | 207.09 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 229 | 0.11 | 0.99 | 0 | 0.10 | 293.36 | 0.97 | 0.45 |
| Hex | CC | 3 | E5 | B | 63 | 0 | A | 125 | 61 | 2D |
| Octal | 314 | 3 | 345 | 13 | 143 | 0 | 12 | 445 | 141 | 55 |
| Binary | 11001100 | 11 | 11100101 | 1011 | 1100011 | 0 | 1010 | 100100101 | 1100001 | 101101 |
Color Harmonies of #CC03E5
Complementary color
Monochromatic Colors of #CC03E5
Black with #CC03E5
Text Example
Text Example
White with #CC03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03E5; }
p { color: rgb(204,3,229); }
H1.HeaderClassName
{
color: #CC03E5;
}
.AnyTagClassName
{
color: #CC03E5;
}
</style>
background-color css
<style>
a { background-color: #CC03E5; }
a { background-color: rgb(204,3,229); }
div.DivClassName
{
background-color: #CC03E5;
}
.BgClassName
{
background-color: #CC03E5;
}
</style>
border-color css
<style>
span { border-color: #CC03E5; }
span { border-color: rgb(204,3,229); }
td.TdClassName
{
border-color: #CC03E5;
}
.TagClassName
{
border-color: #CC03E5;
}
</style>