Shades of Deep Magenta #CC10DC
Tints of Deep Magenta #CC10DC
RGB
CMYK
RGB Variations
Color information
#CC10DC (or 0xCC10DC) is known color: Deep Magenta. HEX triplet: CC, 10 and DC. RGB value is (204,16,220). Sum of RGB (Red+Green+Blue) = 204+16+220=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10DC is #33EF23. Grayscale: #5E5E5E. Windows color (decimal): -3403556 or 14422220. OLE color: 14422220.
HSL color Cylindrical-coordinate representation of color #CC10DC: hue angle of 295.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10DC is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 16 | 220 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.14 |
| HSL | 295.29º | 0.86% | 0.46% | - |
| HSV(B) | 295.29º | 0.93% | 0.86% | - |
| XYZ | 38.01 | 18.38 | 69.25 | - |
| YUV | 95.47 | 198.28 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 220 | 0.07 | 0.93 | 0 | 0.14 | 295.29 | 0.86 | 0.46 |
| Hex | CC | 10 | DC | 7 | 5D | 0 | E | 127 | 56 | 2E |
| Octal | 314 | 20 | 334 | 7 | 135 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001100 | 10000 | 11011100 | 111 | 1011101 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CC10DC
Complementary color
Monochromatic Colors of #CC10DC
Black with #CC10DC
Text Example
Text Example
White with #CC10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10DC; }
p { color: rgb(204,16,220); }
H1.HeaderClassName
{
color: #CC10DC;
}
.AnyTagClassName
{
color: #CC10DC;
}
</style>
background-color css
<style>
a { background-color: #CC10DC; }
a { background-color: rgb(204,16,220); }
div.DivClassName
{
background-color: #CC10DC;
}
.BgClassName
{
background-color: #CC10DC;
}
</style>
border-color css
<style>
span { border-color: #CC10DC; }
span { border-color: rgb(204,16,220); }
td.TdClassName
{
border-color: #CC10DC;
}
.TagClassName
{
border-color: #CC10DC;
}
</style>