Shades of Deep Magenta #CD2BDB
Tints of Deep Magenta #CD2BDB
RGB
CMYK
RGB Variations
Color information
#CD2BDB (or 0xCD2BDB) is known color: Deep Magenta. HEX triplet: CD, 2B and DB. RGB value is (205,43,219). Sum of RGB (Red+Green+Blue) = 205+43+219=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2BDB is #32D424. Grayscale: #6E6E6E. Windows color (decimal): -3331109 or 14363597. OLE color: 14363597.
HSL color Cylindrical-coordinate representation of color #CD2BDB: hue angle of 295.23º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2BDB is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 43 | 219 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.14 |
| HSL | 295.23º | 0.71% | 0.51% | - |
| HSV(B) | 295.23º | 0.8% | 0.86% | - |
| XYZ | 38.83 | 19.82 | 68.8 | - |
| YUV | 111.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 219 | 0.06 | 0.80 | 0 | 0.14 | 295.23 | 0.71 | 0.51 |
| Hex | CD | 2B | DB | 6 | 50 | 0 | E | 127 | 47 | 33 |
| Octal | 315 | 53 | 333 | 6 | 120 | 0 | 16 | 447 | 107 | 63 |
| Binary | 11001101 | 101011 | 11011011 | 110 | 1010000 | 0 | 1110 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CD2BDB
Complementary color
Monochromatic Colors of #CD2BDB
Black with #CD2BDB
Text Example
Text Example
White with #CD2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2BDB; }
p { color: rgb(205,43,219); }
H1.HeaderClassName
{
color: #CD2BDB;
}
.AnyTagClassName
{
color: #CD2BDB;
}
</style>
background-color css
<style>
a { background-color: #CD2BDB; }
a { background-color: rgb(205,43,219); }
div.DivClassName
{
background-color: #CD2BDB;
}
.BgClassName
{
background-color: #CD2BDB;
}
</style>
border-color css
<style>
span { border-color: #CD2BDB; }
span { border-color: rgb(205,43,219); }
td.TdClassName
{
border-color: #CD2BDB;
}
.TagClassName
{
border-color: #CD2BDB;
}
</style>