Shades of Deep Magenta #CD11BD
Tints of Deep Magenta #CD11BD
RGB
CMYK
RGB Variations
Color information
#CD11BD (or 0xCD11BD) is known color: Deep Magenta. HEX triplet: CD, 11 and BD. RGB value is (205,17,189). Sum of RGB (Red+Green+Blue) = 205+17+189=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11BD is #32EE42. Grayscale: #5C5C5C. Windows color (decimal): -3337795 or 12390861. OLE color: 12390861.
HSL color Cylindrical-coordinate representation of color #CD11BD: hue angle of 305.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD11BD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.20 |
| HSL | 305.11º | 0.85% | 0.44% | - |
| HSV(B) | 305.11º | 0.92% | 0.8% | - |
| XYZ | 34.56 | 17.05 | 49.61 | - |
| YUV | 92.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 189 | 0 | 0.92 | 0.08 | 0.20 | 305.11 | 0.85 | 0.44 |
| Hex | CD | 11 | BD | 0 | 5C | 8 | 14 | 131 | 55 | 2C |
| Octal | 315 | 21 | 275 | 0 | 134 | 10 | 24 | 461 | 125 | 54 |
| Binary | 11001101 | 10001 | 10111101 | 0 | 1011100 | 1000 | 10100 | 100110001 | 1010101 | 101100 |
Color Harmonies of #CD11BD
Complementary color
Monochromatic Colors of #CD11BD
Black with #CD11BD
Text Example
Text Example
White with #CD11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11BD; }
p { color: rgb(205,17,189); }
H1.HeaderClassName
{
color: #CD11BD;
}
.AnyTagClassName
{
color: #CD11BD;
}
</style>
background-color css
<style>
a { background-color: #CD11BD; }
a { background-color: rgb(205,17,189); }
div.DivClassName
{
background-color: #CD11BD;
}
.BgClassName
{
background-color: #CD11BD;
}
</style>
border-color css
<style>
span { border-color: #CD11BD; }
span { border-color: rgb(205,17,189); }
td.TdClassName
{
border-color: #CD11BD;
}
.TagClassName
{
border-color: #CD11BD;
}
</style>