Shades of Deep Magenta #CC11DC
Tints of Deep Magenta #CC11DC
RGB
CMYK
RGB Variations
Color information
#CC11DC (or 0xCC11DC) is known color: Deep Magenta. HEX triplet: CC, 11 and DC. RGB value is (204,17,220). Sum of RGB (Red+Green+Blue) = 204+17+220=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11DC is #33EE23. Grayscale: #5F5F5F. Windows color (decimal): -3403300 or 14422476. OLE color: 14422476.
HSL color Cylindrical-coordinate representation of color #CC11DC: hue angle of 295.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11DC is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 17 | 220 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.14 |
| HSL | 295.27º | 0.86% | 0.46% | - |
| HSV(B) | 295.27º | 0.92% | 0.86% | - |
| XYZ | 38.02 | 18.41 | 69.26 | - |
| YUV | 96.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 220 | 0.07 | 0.92 | 0 | 0.14 | 295.27 | 0.86 | 0.46 |
| Hex | CC | 11 | DC | 7 | 5C | 0 | E | 127 | 56 | 2E |
| Octal | 314 | 21 | 334 | 7 | 134 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001100 | 10001 | 11011100 | 111 | 1011100 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CC11DC
Complementary color
Monochromatic Colors of #CC11DC
Black with #CC11DC
Text Example
Text Example
White with #CC11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11DC; }
p { color: rgb(204,17,220); }
H1.HeaderClassName
{
color: #CC11DC;
}
.AnyTagClassName
{
color: #CC11DC;
}
</style>
background-color css
<style>
a { background-color: #CC11DC; }
a { background-color: rgb(204,17,220); }
div.DivClassName
{
background-color: #CC11DC;
}
.BgClassName
{
background-color: #CC11DC;
}
</style>
border-color css
<style>
span { border-color: #CC11DC; }
span { border-color: rgb(204,17,220); }
td.TdClassName
{
border-color: #CC11DC;
}
.TagClassName
{
border-color: #CC11DC;
}
</style>