Shades of Deep Magenta #CC11D6
Tints of Deep Magenta #CC11D6
RGB
CMYK
RGB Variations
Color information
#CC11D6 (or 0xCC11D6) is known color: Deep Magenta. HEX triplet: CC, 11 and D6. RGB value is (204,17,214). Sum of RGB (Red+Green+Blue) = 204+17+214=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC11D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11D6 is #33EE29. Grayscale: #5E5E5E. Windows color (decimal): -3403306 or 14029260. OLE color: 14029260.
HSL color Cylindrical-coordinate representation of color #CC11D6: hue angle of 296.95º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11D6 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 17 | 214 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.16 |
| HSL | 296.95º | 0.85% | 0.45% | - |
| HSV(B) | 296.95º | 0.92% | 0.84% | - |
| XYZ | 37.24 | 18.09 | 65.15 | - |
| YUV | 95.37 | 194.95 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 214 | 0.05 | 0.92 | 0 | 0.16 | 296.95 | 0.85 | 0.45 |
| Hex | CC | 11 | D6 | 5 | 5C | 0 | 10 | 129 | 55 | 2D |
| Octal | 314 | 21 | 326 | 5 | 134 | 0 | 20 | 451 | 125 | 55 |
| Binary | 11001100 | 10001 | 11010110 | 101 | 1011100 | 0 | 10000 | 100101001 | 1010101 | 101101 |
Color Harmonies of #CC11D6
Complementary color
Monochromatic Colors of #CC11D6
Black with #CC11D6
Text Example
Text Example
White with #CC11D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11D6; }
p { color: rgb(204,17,214); }
H1.HeaderClassName
{
color: #CC11D6;
}
.AnyTagClassName
{
color: #CC11D6;
}
</style>
background-color css
<style>
a { background-color: #CC11D6; }
a { background-color: rgb(204,17,214); }
div.DivClassName
{
background-color: #CC11D6;
}
.BgClassName
{
background-color: #CC11D6;
}
</style>
border-color css
<style>
span { border-color: #CC11D6; }
span { border-color: rgb(204,17,214); }
td.TdClassName
{
border-color: #CC11D6;
}
.TagClassName
{
border-color: #CC11D6;
}
</style>