Shades of Deep Magenta #CC11D0
Tints of Deep Magenta #CC11D0
RGB
CMYK
RGB Variations
Color information
#CC11D0 (or 0xCC11D0) is known color: Deep Magenta. HEX triplet: CC, 11 and D0. RGB value is (204,17,208). Sum of RGB (Red+Green+Blue) = 204+17+208=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC11D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11D0 is #33EE2F. Grayscale: #5E5E5E. Windows color (decimal): -3403312 or 13636044. OLE color: 13636044.
HSL color Cylindrical-coordinate representation of color #CC11D0: hue angle of 298.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11D0 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 17 | 208 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.18 |
| HSL | 298.74º | 0.85% | 0.44% | - |
| HSV(B) | 298.74º | 0.92% | 0.82% | - |
| XYZ | 36.49 | 17.79 | 61.19 | - |
| YUV | 94.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 208 | 0.02 | 0.92 | 0 | 0.18 | 298.74 | 0.85 | 0.44 |
| Hex | CC | 11 | D0 | 2 | 5C | 0 | 12 | 12B | 55 | 2C |
| Octal | 314 | 21 | 320 | 2 | 134 | 0 | 22 | 453 | 125 | 54 |
| Binary | 11001100 | 10001 | 11010000 | 10 | 1011100 | 0 | 10010 | 100101011 | 1010101 | 101100 |
Color Harmonies of #CC11D0
Complementary color
Monochromatic Colors of #CC11D0
Black with #CC11D0
Text Example
Text Example
White with #CC11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11D0; }
p { color: rgb(204,17,208); }
H1.HeaderClassName
{
color: #CC11D0;
}
.AnyTagClassName
{
color: #CC11D0;
}
</style>
background-color css
<style>
a { background-color: #CC11D0; }
a { background-color: rgb(204,17,208); }
div.DivClassName
{
background-color: #CC11D0;
}
.BgClassName
{
background-color: #CC11D0;
}
</style>
border-color css
<style>
span { border-color: #CC11D0; }
span { border-color: rgb(204,17,208); }
td.TdClassName
{
border-color: #CC11D0;
}
.TagClassName
{
border-color: #CC11D0;
}
</style>