Shades of Deep Magenta #CD11CE
Tints of Deep Magenta #CD11CE
RGB
CMYK
RGB Variations
Color information
#CD11CE (or 0xCD11CE) is known color: Deep Magenta. HEX triplet: CD, 11 and CE. RGB value is (205,17,206). Sum of RGB (Red+Green+Blue) = 205+17+206=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD11CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11CE is #32EE31. Grayscale: #5E5E5E. Windows color (decimal): -3337778 or 13504973. OLE color: 13504973.
HSL color Cylindrical-coordinate representation of color #CD11CE: hue angle of 299.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD11CE is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 17 | 206 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.19 |
| HSL | 299.68º | 0.85% | 0.44% | - |
| HSV(B) | 299.68º | 0.92% | 0.81% | - |
| XYZ | 36.52 | 17.84 | 59.91 | - |
| YUV | 94.76 | 190.78 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 206 | 0.00 | 0.92 | 0 | 0.19 | 299.68 | 0.85 | 0.44 |
| Hex | CD | 11 | CE | 0 | 5C | 0 | 13 | 12C | 55 | 2C |
| Octal | 315 | 21 | 316 | 0 | 134 | 0 | 23 | 454 | 125 | 54 |
| Binary | 11001101 | 10001 | 11001110 | 0 | 1011100 | 0 | 10011 | 100101100 | 1010101 | 101100 |
Color Harmonies of #CD11CE
Complementary color
Monochromatic Colors of #CD11CE
Black with #CD11CE
Text Example
Text Example
White with #CD11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11CE; }
p { color: rgb(205,17,206); }
H1.HeaderClassName
{
color: #CD11CE;
}
.AnyTagClassName
{
color: #CD11CE;
}
</style>
background-color css
<style>
a { background-color: #CD11CE; }
a { background-color: rgb(205,17,206); }
div.DivClassName
{
background-color: #CD11CE;
}
.BgClassName
{
background-color: #CD11CE;
}
</style>
border-color css
<style>
span { border-color: #CD11CE; }
span { border-color: rgb(205,17,206); }
td.TdClassName
{
border-color: #CD11CE;
}
.TagClassName
{
border-color: #CD11CE;
}
</style>