Shades of Deep Magenta #CC03DD
Tints of Deep Magenta #CC03DD
RGB
CMYK
RGB Variations
Color information
#CC03DD (or 0xCC03DD) is known color: Deep Magenta. HEX triplet: CC, 03 and DD. RGB value is (204,3,221). Sum of RGB (Red+Green+Blue) = 204+3+221=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC03DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03DD is #33FC22. Grayscale: #575757. Windows color (decimal): -3406883 or 14484428. OLE color: 14484428.
HSL color Cylindrical-coordinate representation of color #CC03DD: hue angle of 295.32º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03DD is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 3 | 221 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.13 |
| HSL | 295.32º | 0.97% | 0.44% | - |
| HSV(B) | 295.32º | 0.99% | 0.87% | - |
| XYZ | 37.99 | 18.12 | 69.9 | - |
| YUV | 87.95 | 203.09 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 221 | 0.08 | 0.99 | 0 | 0.13 | 295.32 | 0.97 | 0.44 |
| Hex | CC | 3 | DD | 8 | 63 | 0 | D | 127 | 61 | 2C |
| Octal | 314 | 3 | 335 | 10 | 143 | 0 | 15 | 447 | 141 | 54 |
| Binary | 11001100 | 11 | 11011101 | 1000 | 1100011 | 0 | 1101 | 100100111 | 1100001 | 101100 |
Color Harmonies of #CC03DD
Complementary color
Monochromatic Colors of #CC03DD
Black with #CC03DD
Text Example
Text Example
White with #CC03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03DD; }
p { color: rgb(204,3,221); }
H1.HeaderClassName
{
color: #CC03DD;
}
.AnyTagClassName
{
color: #CC03DD;
}
</style>
background-color css
<style>
a { background-color: #CC03DD; }
a { background-color: rgb(204,3,221); }
div.DivClassName
{
background-color: #CC03DD;
}
.BgClassName
{
background-color: #CC03DD;
}
</style>
border-color css
<style>
span { border-color: #CC03DD; }
span { border-color: rgb(204,3,221); }
td.TdClassName
{
border-color: #CC03DD;
}
.TagClassName
{
border-color: #CC03DD;
}
</style>