Shades of Deep Magenta #CD0FDB
Tints of Deep Magenta #CD0FDB
RGB
CMYK
RGB Variations
Color information
#CD0FDB (or 0xCD0FDB) is known color: Deep Magenta. HEX triplet: CD, 0F and DB. RGB value is (205,15,219). Sum of RGB (Red+Green+Blue) = 205+15+219=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0FDB is #32F024. Grayscale: #5E5E5E. Windows color (decimal): -3338277 or 14356429. OLE color: 14356429.
HSL color Cylindrical-coordinate representation of color #CD0FDB: hue angle of 295.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0FDB is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 15 | 219 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.14 |
| HSL | 295.88º | 0.87% | 0.46% | - |
| HSV(B) | 295.88º | 0.93% | 0.86% | - |
| XYZ | 38.13 | 18.44 | 68.57 | - |
| YUV | 95.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 219 | 0.06 | 0.93 | 0 | 0.14 | 295.88 | 0.87 | 0.46 |
| Hex | CD | F | DB | 6 | 5D | 0 | E | 128 | 57 | 2E |
| Octal | 315 | 17 | 333 | 6 | 135 | 0 | 16 | 450 | 127 | 56 |
| Binary | 11001101 | 1111 | 11011011 | 110 | 1011101 | 0 | 1110 | 100101000 | 1010111 | 101110 |
Color Harmonies of #CD0FDB
Complementary color
Monochromatic Colors of #CD0FDB
Black with #CD0FDB
Text Example
Text Example
White with #CD0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FDB; }
p { color: rgb(205,15,219); }
H1.HeaderClassName
{
color: #CD0FDB;
}
.AnyTagClassName
{
color: #CD0FDB;
}
</style>
background-color css
<style>
a { background-color: #CD0FDB; }
a { background-color: rgb(205,15,219); }
div.DivClassName
{
background-color: #CD0FDB;
}
.BgClassName
{
background-color: #CD0FDB;
}
</style>
border-color css
<style>
span { border-color: #CD0FDB; }
span { border-color: rgb(205,15,219); }
td.TdClassName
{
border-color: #CD0FDB;
}
.TagClassName
{
border-color: #CD0FDB;
}
</style>