Shades of Deep Magenta #CC03DB
Tints of Deep Magenta #CC03DB
RGB
CMYK
RGB Variations
Color information
#CC03DB (or 0xCC03DB) is known color: Deep Magenta. HEX triplet: CC, 03 and DB. RGB value is (204,3,219). Sum of RGB (Red+Green+Blue) = 204+3+219=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03DB is #33FC24. Grayscale: #575757. Windows color (decimal): -3406885 or 14353356. OLE color: 14353356.
HSL color Cylindrical-coordinate representation of color #CC03DB: hue angle of 295.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03DB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 3 | 219 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.14 |
| HSL | 295.83º | 0.97% | 0.44% | - |
| HSV(B) | 295.83º | 0.99% | 0.86% | - |
| XYZ | 37.72 | 18.02 | 68.51 | - |
| YUV | 87.72 | 202.09 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 219 | 0.07 | 0.99 | 0 | 0.14 | 295.83 | 0.97 | 0.44 |
| Hex | CC | 3 | DB | 7 | 63 | 0 | E | 128 | 61 | 2C |
| Octal | 314 | 3 | 333 | 7 | 143 | 0 | 16 | 450 | 141 | 54 |
| Binary | 11001100 | 11 | 11011011 | 111 | 1100011 | 0 | 1110 | 100101000 | 1100001 | 101100 |
Color Harmonies of #CC03DB
Complementary color
Monochromatic Colors of #CC03DB
Black with #CC03DB
Text Example
Text Example
White with #CC03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03DB; }
p { color: rgb(204,3,219); }
H1.HeaderClassName
{
color: #CC03DB;
}
.AnyTagClassName
{
color: #CC03DB;
}
</style>
background-color css
<style>
a { background-color: #CC03DB; }
a { background-color: rgb(204,3,219); }
div.DivClassName
{
background-color: #CC03DB;
}
.BgClassName
{
background-color: #CC03DB;
}
</style>
border-color css
<style>
span { border-color: #CC03DB; }
span { border-color: rgb(204,3,219); }
td.TdClassName
{
border-color: #CC03DB;
}
.TagClassName
{
border-color: #CC03DB;
}
</style>