Shades of Deep Magenta #CD04DB
Tints of Deep Magenta #CD04DB
RGB
CMYK
RGB Variations
Color information
#CD04DB (or 0xCD04DB) is known color: Deep Magenta. HEX triplet: CD, 04 and DB. RGB value is (205,4,219). Sum of RGB (Red+Green+Blue) = 205+4+219=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD04DB is #32FB24. Grayscale: #575757. Windows color (decimal): -3341093 or 14353613. OLE color: 14353613.
HSL color Cylindrical-coordinate representation of color #CD04DB: hue angle of 296.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD04DB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 4 | 219 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.14 |
| HSL | 296.09º | 0.96% | 0.44% | - |
| HSV(B) | 296.09º | 0.98% | 0.86% | - |
| XYZ | 38.01 | 18.18 | 68.52 | - |
| YUV | 88.61 | 201.59 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 219 | 0.06 | 0.98 | 0 | 0.14 | 296.09 | 0.96 | 0.44 |
| Hex | CD | 4 | DB | 6 | 62 | 0 | E | 128 | 60 | 2C |
| Octal | 315 | 4 | 333 | 6 | 142 | 0 | 16 | 450 | 140 | 54 |
| Binary | 11001101 | 100 | 11011011 | 110 | 1100010 | 0 | 1110 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CD04DB
Complementary color
Monochromatic Colors of #CD04DB
Black with #CD04DB
Text Example
Text Example
White with #CD04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD04DB; }
p { color: rgb(205,4,219); }
H1.HeaderClassName
{
color: #CD04DB;
}
.AnyTagClassName
{
color: #CD04DB;
}
</style>
background-color css
<style>
a { background-color: #CD04DB; }
a { background-color: rgb(205,4,219); }
div.DivClassName
{
background-color: #CD04DB;
}
.BgClassName
{
background-color: #CD04DB;
}
</style>
border-color css
<style>
span { border-color: #CD04DB; }
span { border-color: rgb(205,4,219); }
td.TdClassName
{
border-color: #CD04DB;
}
.TagClassName
{
border-color: #CD04DB;
}
</style>