Shades of Deep Magenta #CD11B8
Tints of Deep Magenta #CD11B8
RGB
CMYK
RGB Variations
Color information
#CD11B8 (or 0xCD11B8) is known color: Deep Magenta. HEX triplet: CD, 11 and B8. RGB value is (205,17,184). Sum of RGB (Red+Green+Blue) = 205+17+184=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11B8 is #32EE47. Grayscale: #5B5B5B. Windows color (decimal): -3337800 or 12063181. OLE color: 12063181.
HSL color Cylindrical-coordinate representation of color #CD11B8: hue angle of 306.7º 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 #CD11B8 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 184 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.20 |
| HSL | 306.7º | 0.85% | 0.44% | - |
| HSV(B) | 306.7º | 0.92% | 0.8% | - |
| XYZ | 34.03 | 16.84 | 46.8 | - |
| YUV | 92.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 184 | 0 | 0.92 | 0.10 | 0.20 | 306.7 | 0.85 | 0.44 |
| Hex | CD | 11 | B8 | 0 | 5C | A | 14 | 133 | 55 | 2C |
| Octal | 315 | 21 | 270 | 0 | 134 | 12 | 24 | 463 | 125 | 54 |
| Binary | 11001101 | 10001 | 10111000 | 0 | 1011100 | 1010 | 10100 | 100110011 | 1010101 | 101100 |
Color Harmonies of #CD11B8
Complementary color
Monochromatic Colors of #CD11B8
Black with #CD11B8
Text Example
Text Example
White with #CD11B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11B8; }
p { color: rgb(205,17,184); }
H1.HeaderClassName
{
color: #CD11B8;
}
.AnyTagClassName
{
color: #CD11B8;
}
</style>
background-color css
<style>
a { background-color: #CD11B8; }
a { background-color: rgb(205,17,184); }
div.DivClassName
{
background-color: #CD11B8;
}
.BgClassName
{
background-color: #CD11B8;
}
</style>
border-color css
<style>
span { border-color: #CD11B8; }
span { border-color: rgb(205,17,184); }
td.TdClassName
{
border-color: #CD11B8;
}
.TagClassName
{
border-color: #CD11B8;
}
</style>