Shades of Deep Magenta #CD0CDB
Tints of Deep Magenta #CD0CDB
RGB
CMYK
RGB Variations
Color information
#CD0CDB (or 0xCD0CDB) is known color: Deep Magenta. HEX triplet: CD, 0C and DB. RGB value is (205,12,219). Sum of RGB (Red+Green+Blue) = 205+12+219=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CDB is #32F324. Grayscale: #5C5C5C. Windows color (decimal): -3339045 or 14355661. OLE color: 14355661.
HSL color Cylindrical-coordinate representation of color #CD0CDB: hue angle of 295.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CDB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 12 | 219 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.14 |
| HSL | 295.94º | 0.9% | 0.45% | - |
| HSV(B) | 295.94º | 0.95% | 0.86% | - |
| XYZ | 38.09 | 18.36 | 68.55 | - |
| YUV | 93.31 | 198.94 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 219 | 0.06 | 0.95 | 0 | 0.14 | 295.94 | 0.9 | 0.45 |
| Hex | CD | C | DB | 6 | 5F | 0 | E | 128 | 5A | 2D |
| Octal | 315 | 14 | 333 | 6 | 137 | 0 | 16 | 450 | 132 | 55 |
| Binary | 11001101 | 1100 | 11011011 | 110 | 1011111 | 0 | 1110 | 100101000 | 1011010 | 101101 |
Color Harmonies of #CD0CDB
Complementary color
Monochromatic Colors of #CD0CDB
Black with #CD0CDB
Text Example
Text Example
White with #CD0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CDB; }
p { color: rgb(205,12,219); }
H1.HeaderClassName
{
color: #CD0CDB;
}
.AnyTagClassName
{
color: #CD0CDB;
}
</style>
background-color css
<style>
a { background-color: #CD0CDB; }
a { background-color: rgb(205,12,219); }
div.DivClassName
{
background-color: #CD0CDB;
}
.BgClassName
{
background-color: #CD0CDB;
}
</style>
border-color css
<style>
span { border-color: #CD0CDB; }
span { border-color: rgb(205,12,219); }
td.TdClassName
{
border-color: #CD0CDB;
}
.TagClassName
{
border-color: #CD0CDB;
}
</style>