Shades of Deep Magenta #CD1DB7
Tints of Deep Magenta #CD1DB7
RGB
CMYK
RGB Variations
Color information
#CD1DB7 (or 0xCD1DB7) is known color: Deep Magenta. HEX triplet: CD, 1D and B7. RGB value is (205,29,183). Sum of RGB (Red+Green+Blue) = 205+29+183=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1DB7 is #32E248. Grayscale: #626262. Windows color (decimal): -3334729 or 12000717. OLE color: 12000717.
HSL color Cylindrical-coordinate representation of color #CD1DB7: hue angle of 307.5º 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 #CD1DB7 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 183 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.20 |
| HSL | 307.5º | 0.75% | 0.46% | - |
| HSV(B) | 307.5º | 0.86% | 0.8% | - |
| XYZ | 34.16 | 17.28 | 46.33 | - |
| YUV | 99.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 183 | 0 | 0.86 | 0.11 | 0.20 | 307.5 | 0.75 | 0.46 |
| Hex | CD | 1D | B7 | 0 | 56 | B | 14 | 134 | 4B | 2E |
| Octal | 315 | 35 | 267 | 0 | 126 | 13 | 24 | 464 | 113 | 56 |
| Binary | 11001101 | 11101 | 10110111 | 0 | 1010110 | 1011 | 10100 | 100110100 | 1001011 | 101110 |
Color Harmonies of #CD1DB7
Complementary color
Monochromatic Colors of #CD1DB7
Black with #CD1DB7
Text Example
Text Example
White with #CD1DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1DB7; }
p { color: rgb(205,29,183); }
H1.HeaderClassName
{
color: #CD1DB7;
}
.AnyTagClassName
{
color: #CD1DB7;
}
</style>
background-color css
<style>
a { background-color: #CD1DB7; }
a { background-color: rgb(205,29,183); }
div.DivClassName
{
background-color: #CD1DB7;
}
.BgClassName
{
background-color: #CD1DB7;
}
</style>
border-color css
<style>
span { border-color: #CD1DB7; }
span { border-color: rgb(205,29,183); }
td.TdClassName
{
border-color: #CD1DB7;
}
.TagClassName
{
border-color: #CD1DB7;
}
</style>