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