Shades of Deep Magenta #CD1DB9
Tints of Deep Magenta #CD1DB9
RGB
CMYK
RGB Variations
Color information
#CD1DB9 (or 0xCD1DB9) is known color: Deep Magenta. HEX triplet: CD, 1D and B9. RGB value is (205,29,185). Sum of RGB (Red+Green+Blue) = 205+29+185=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1DB9 is #32E246. Grayscale: #626262. Windows color (decimal): -3334727 or 12131789. OLE color: 12131789.
HSL color Cylindrical-coordinate representation of color #CD1DB9: hue angle of 306.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1DB9 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 185 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.20 |
| HSL | 306.82º | 0.75% | 0.46% | - |
| HSV(B) | 306.82º | 0.86% | 0.8% | - |
| XYZ | 34.37 | 17.36 | 47.44 | - |
| YUV | 99.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 185 | 0 | 0.86 | 0.10 | 0.20 | 306.82 | 0.75 | 0.46 |
| Hex | CD | 1D | B9 | 0 | 56 | A | 14 | 133 | 4B | 2E |
| Octal | 315 | 35 | 271 | 0 | 126 | 12 | 24 | 463 | 113 | 56 |
| Binary | 11001101 | 11101 | 10111001 | 0 | 1010110 | 1010 | 10100 | 100110011 | 1001011 | 101110 |
Color Harmonies of #CD1DB9
Complementary color
Monochromatic Colors of #CD1DB9
Black with #CD1DB9
Text Example
Text Example
White with #CD1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1DB9; }
p { color: rgb(205,29,185); }
H1.HeaderClassName
{
color: #CD1DB9;
}
.AnyTagClassName
{
color: #CD1DB9;
}
</style>
background-color css
<style>
a { background-color: #CD1DB9; }
a { background-color: rgb(205,29,185); }
div.DivClassName
{
background-color: #CD1DB9;
}
.BgClassName
{
background-color: #CD1DB9;
}
</style>
border-color css
<style>
span { border-color: #CD1DB9; }
span { border-color: rgb(205,29,185); }
td.TdClassName
{
border-color: #CD1DB9;
}
.TagClassName
{
border-color: #CD1DB9;
}
</style>