Shades of Deep Magenta #CD11C5
Tints of Deep Magenta #CD11C5
RGB
CMYK
RGB Variations
Color information
#CD11C5 (or 0xCD11C5) is known color: Deep Magenta. HEX triplet: CD, 11 and C5. RGB value is (205,17,197). Sum of RGB (Red+Green+Blue) = 205+17+197=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11C5 is #32EE3A. Grayscale: #5D5D5D. Windows color (decimal): -3337787 or 12915149. OLE color: 12915149.
HSL color Cylindrical-coordinate representation of color #CD11C5: hue angle of 302.55º 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 #CD11C5 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 197 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.20 |
| HSL | 302.55º | 0.85% | 0.44% | - |
| HSV(B) | 302.55º | 0.92% | 0.8% | - |
| XYZ | 35.46 | 17.41 | 54.32 | - |
| YUV | 93.73 | 186.28 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 197 | 0 | 0.92 | 0.04 | 0.20 | 302.55 | 0.85 | 0.44 |
| Hex | CD | 11 | C5 | 0 | 5C | 4 | 14 | 12F | 55 | 2C |
| Octal | 315 | 21 | 305 | 0 | 134 | 4 | 24 | 457 | 125 | 54 |
| Binary | 11001101 | 10001 | 11000101 | 0 | 1011100 | 100 | 10100 | 100101111 | 1010101 | 101100 |
Color Harmonies of #CD11C5
Complementary color
Monochromatic Colors of #CD11C5
Black with #CD11C5
Text Example
Text Example
White with #CD11C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11C5; }
p { color: rgb(205,17,197); }
H1.HeaderClassName
{
color: #CD11C5;
}
.AnyTagClassName
{
color: #CD11C5;
}
</style>
background-color css
<style>
a { background-color: #CD11C5; }
a { background-color: rgb(205,17,197); }
div.DivClassName
{
background-color: #CD11C5;
}
.BgClassName
{
background-color: #CD11C5;
}
</style>
border-color css
<style>
span { border-color: #CD11C5; }
span { border-color: rgb(205,17,197); }
td.TdClassName
{
border-color: #CD11C5;
}
.TagClassName
{
border-color: #CD11C5;
}
</style>