Shades of Deep Magenta #CD0ADB
Tints of Deep Magenta #CD0ADB
RGB
CMYK
RGB Variations
Color information
#CD0ADB (or 0xCD0ADB) is known color: Deep Magenta. HEX triplet: CD, 0A and DB. RGB value is (205,10,219). Sum of RGB (Red+Green+Blue) = 205+10+219=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0ADB is #32F524. Grayscale: #5B5B5B. Windows color (decimal): -3339557 or 14355149. OLE color: 14355149.
HSL color Cylindrical-coordinate representation of color #CD0ADB: hue angle of 295.98º degrees, saturation: 0.91, 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 #CD0ADB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 10 | 219 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.14 |
| HSL | 295.98º | 0.91% | 0.45% | - |
| HSV(B) | 295.98º | 0.95% | 0.86% | - |
| XYZ | 38.07 | 18.31 | 68.55 | - |
| YUV | 92.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 219 | 0.06 | 0.95 | 0 | 0.14 | 295.98 | 0.91 | 0.45 |
| Hex | CD | A | DB | 6 | 5F | 0 | E | 128 | 5B | 2D |
| Octal | 315 | 12 | 333 | 6 | 137 | 0 | 16 | 450 | 133 | 55 |
| Binary | 11001101 | 1010 | 11011011 | 110 | 1011111 | 0 | 1110 | 100101000 | 1011011 | 101101 |
Color Harmonies of #CD0ADB
Complementary color
Monochromatic Colors of #CD0ADB
Black with #CD0ADB
Text Example
Text Example
White with #CD0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0ADB; }
p { color: rgb(205,10,219); }
H1.HeaderClassName
{
color: #CD0ADB;
}
.AnyTagClassName
{
color: #CD0ADB;
}
</style>
background-color css
<style>
a { background-color: #CD0ADB; }
a { background-color: rgb(205,10,219); }
div.DivClassName
{
background-color: #CD0ADB;
}
.BgClassName
{
background-color: #CD0ADB;
}
</style>
border-color css
<style>
span { border-color: #CD0ADB; }
span { border-color: rgb(205,10,219); }
td.TdClassName
{
border-color: #CD0ADB;
}
.TagClassName
{
border-color: #CD0ADB;
}
</style>