Shades of Deep Magenta #CD11CC
Tints of Deep Magenta #CD11CC
RGB
CMYK
RGB Variations
Color information
#CD11CC (or 0xCD11CC) is known color: Deep Magenta. HEX triplet: CD, 11 and CC. RGB value is (205,17,204). Sum of RGB (Red+Green+Blue) = 205+17+204=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11CC is #32EE33. Grayscale: #5D5D5D. Windows color (decimal): -3337780 or 13373901. OLE color: 13373901.
HSL color Cylindrical-coordinate representation of color #CD11CC: hue angle of 300.32º 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 #CD11CC is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 204 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.20 |
| HSL | 300.32º | 0.85% | 0.44% | - |
| HSV(B) | 300.32º | 0.92% | 0.8% | - |
| XYZ | 36.28 | 17.74 | 58.64 | - |
| YUV | 94.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 204 | 0 | 0.92 | 0.00 | 0.20 | 300.32 | 0.85 | 0.44 |
| Hex | CD | 11 | CC | 0 | 5C | 0 | 14 | 12C | 55 | 2C |
| Octal | 315 | 21 | 314 | 0 | 134 | 0 | 24 | 454 | 125 | 54 |
| Binary | 11001101 | 10001 | 11001100 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101100 |
Color Harmonies of #CD11CC
Complementary color
Monochromatic Colors of #CD11CC
Black with #CD11CC
Text Example
Text Example
White with #CD11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11CC; }
p { color: rgb(205,17,204); }
H1.HeaderClassName
{
color: #CD11CC;
}
.AnyTagClassName
{
color: #CD11CC;
}
</style>
background-color css
<style>
a { background-color: #CD11CC; }
a { background-color: rgb(205,17,204); }
div.DivClassName
{
background-color: #CD11CC;
}
.BgClassName
{
background-color: #CD11CC;
}
</style>
border-color css
<style>
span { border-color: #CD11CC; }
span { border-color: rgb(205,17,204); }
td.TdClassName
{
border-color: #CD11CC;
}
.TagClassName
{
border-color: #CD11CC;
}
</style>