Shades of Deep Magenta #CD0DB2
Tints of Deep Magenta #CD0DB2
RGB
CMYK
RGB Variations
Color information
#CD0DB2 (or 0xCD0DB2) is known color: Deep Magenta. HEX triplet: CD, 0D and B2. RGB value is (205,13,178). Sum of RGB (Red+Green+Blue) = 205+13+178=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0DB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0DB2 is #32F24D. Grayscale: #585858. Windows color (decimal): -3338830 or 11668941. OLE color: 11668941.
HSL color Cylindrical-coordinate representation of color #CD0DB2: hue angle of 308.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0DB2 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 178 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.20 |
| HSL | 308.44º | 0.88% | 0.43% | - |
| HSV(B) | 308.44º | 0.94% | 0.8% | - |
| XYZ | 33.36 | 16.48 | 43.54 | - |
| YUV | 89.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 178 | 0 | 0.94 | 0.13 | 0.20 | 308.44 | 0.88 | 0.43 |
| Hex | CD | D | B2 | 0 | 5E | D | 14 | 134 | 58 | 2B |
| Octal | 315 | 15 | 262 | 0 | 136 | 15 | 24 | 464 | 130 | 53 |
| Binary | 11001101 | 1101 | 10110010 | 0 | 1011110 | 1101 | 10100 | 100110100 | 1011000 | 101011 |
Color Harmonies of #CD0DB2
Complementary color
Monochromatic Colors of #CD0DB2
Black with #CD0DB2
Text Example
Text Example
White with #CD0DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0DB2; }
p { color: rgb(205,13,178); }
H1.HeaderClassName
{
color: #CD0DB2;
}
.AnyTagClassName
{
color: #CD0DB2;
}
</style>
background-color css
<style>
a { background-color: #CD0DB2; }
a { background-color: rgb(205,13,178); }
div.DivClassName
{
background-color: #CD0DB2;
}
.BgClassName
{
background-color: #CD0DB2;
}
</style>
border-color css
<style>
span { border-color: #CD0DB2; }
span { border-color: rgb(205,13,178); }
td.TdClassName
{
border-color: #CD0DB2;
}
.TagClassName
{
border-color: #CD0DB2;
}
</style>