Shades of Deep Magenta #CC00DB
Tints of Deep Magenta #CC00DB
RGB
CMYK
RGB Variations
Color information
#CC00DB (or 0xCC00DB) is known color: Deep Magenta. HEX triplet: CC, 00 and DB. RGB value is (204,0,219). Sum of RGB (Red+Green+Blue) = 204+0+219=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00DB is #33FF24. Grayscale: #555555. Windows color (decimal): -3407653 or 14352588. OLE color: 14352588.
HSL color Cylindrical-coordinate representation of color #CC00DB: hue angle of 295.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00DB is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 0 | 219 | - |
| CMYK | 0.07 | 1 | 0 | 0.14 |
| HSL | 295.89º | 1% | 0.43% | - |
| HSV(B) | 295.89º | 1% | 0.86% | - |
| XYZ | 37.69 | 17.95 | 68.5 | - |
| YUV | 85.96 | 203.09 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 219 | 0.07 | 1 | 0 | 0.14 | 295.89 | 1 | 0.43 |
| Hex | CC | 0 | DB | 7 | 64 | 0 | E | 128 | 64 | 2B |
| Octal | 314 | 0 | 333 | 7 | 144 | 0 | 16 | 450 | 144 | 53 |
| Binary | 11001100 | 0 | 11011011 | 111 | 1100100 | 0 | 1110 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CC00DB
Complementary color
Monochromatic Colors of #CC00DB
Black with #CC00DB
Text Example
Text Example
White with #CC00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00DB; }
p { color: rgb(204,0,219); }
H1.HeaderClassName
{
color: #CC00DB;
}
.AnyTagClassName
{
color: #CC00DB;
}
</style>
background-color css
<style>
a { background-color: #CC00DB; }
a { background-color: rgb(204,0,219); }
div.DivClassName
{
background-color: #CC00DB;
}
.BgClassName
{
background-color: #CC00DB;
}
</style>
border-color css
<style>
span { border-color: #CC00DB; }
span { border-color: rgb(204,0,219); }
td.TdClassName
{
border-color: #CC00DB;
}
.TagClassName
{
border-color: #CC00DB;
}
</style>