Shades of Deep Magenta #CC10D7
Tints of Deep Magenta #CC10D7
RGB
CMYK
RGB Variations
Color information
#CC10D7 (or 0xCC10D7) is known color: Deep Magenta. HEX triplet: CC, 10 and D7. RGB value is (204,16,215). Sum of RGB (Red+Green+Blue) = 204+16+215=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC10D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10D7 is #33EF28. Grayscale: #5E5E5E. Windows color (decimal): -3403561 or 14094540. OLE color: 14094540.
HSL color Cylindrical-coordinate representation of color #CC10D7: hue angle of 296.68º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10D7 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 16 | 215 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.16 |
| HSL | 296.68º | 0.86% | 0.45% | - |
| HSV(B) | 296.68º | 0.93% | 0.84% | - |
| XYZ | 37.35 | 18.11 | 65.82 | - |
| YUV | 94.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 215 | 0.05 | 0.93 | 0 | 0.16 | 296.68 | 0.86 | 0.45 |
| Hex | CC | 10 | D7 | 5 | 5D | 0 | 10 | 129 | 56 | 2D |
| Octal | 314 | 20 | 327 | 5 | 135 | 0 | 20 | 451 | 126 | 55 |
| Binary | 11001100 | 10000 | 11010111 | 101 | 1011101 | 0 | 10000 | 100101001 | 1010110 | 101101 |
Color Harmonies of #CC10D7
Complementary color
Monochromatic Colors of #CC10D7
Black with #CC10D7
Text Example
Text Example
White with #CC10D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10D7; }
p { color: rgb(204,16,215); }
H1.HeaderClassName
{
color: #CC10D7;
}
.AnyTagClassName
{
color: #CC10D7;
}
</style>
background-color css
<style>
a { background-color: #CC10D7; }
a { background-color: rgb(204,16,215); }
div.DivClassName
{
background-color: #CC10D7;
}
.BgClassName
{
background-color: #CC10D7;
}
</style>
border-color css
<style>
span { border-color: #CC10D7; }
span { border-color: rgb(204,16,215); }
td.TdClassName
{
border-color: #CC10D7;
}
.TagClassName
{
border-color: #CC10D7;
}
</style>