Shades of Deep Magenta #CC11DD
Tints of Deep Magenta #CC11DD
RGB
CMYK
RGB Variations
Color information
#CC11DD (or 0xCC11DD) is known color: Deep Magenta. HEX triplet: CC, 11 and DD. RGB value is (204,17,221). Sum of RGB (Red+Green+Blue) = 204+17+221=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11DD is #33EE22. Grayscale: #5F5F5F. Windows color (decimal): -3403299 or 14488012. OLE color: 14488012.
HSL color Cylindrical-coordinate representation of color #CC11DD: hue angle of 295º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11DD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 17 | 221 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.13 |
| HSL | 295º | 0.86% | 0.47% | - |
| HSV(B) | 295º | 0.92% | 0.87% | - |
| XYZ | 38.15 | 18.46 | 69.96 | - |
| YUV | 96.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 221 | 0.08 | 0.92 | 0 | 0.13 | 295 | 0.86 | 0.47 |
| Hex | CC | 11 | DD | 8 | 5C | 0 | D | 127 | 56 | 2F |
| Octal | 314 | 21 | 335 | 10 | 134 | 0 | 15 | 447 | 126 | 57 |
| Binary | 11001100 | 10001 | 11011101 | 1000 | 1011100 | 0 | 1101 | 100100111 | 1010110 | 101111 |
Color Harmonies of #CC11DD
Complementary color
Monochromatic Colors of #CC11DD
Black with #CC11DD
Text Example
Text Example
White with #CC11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11DD; }
p { color: rgb(204,17,221); }
H1.HeaderClassName
{
color: #CC11DD;
}
.AnyTagClassName
{
color: #CC11DD;
}
</style>
background-color css
<style>
a { background-color: #CC11DD; }
a { background-color: rgb(204,17,221); }
div.DivClassName
{
background-color: #CC11DD;
}
.BgClassName
{
background-color: #CC11DD;
}
</style>
border-color css
<style>
span { border-color: #CC11DD; }
span { border-color: rgb(204,17,221); }
td.TdClassName
{
border-color: #CC11DD;
}
.TagClassName
{
border-color: #CC11DD;
}
</style>