Shades of Deep Magenta #CC10DF
Tints of Deep Magenta #CC10DF
RGB
CMYK
RGB Variations
Color information
#CC10DF (or 0xCC10DF) is known color: Deep Magenta. HEX triplet: CC, 10 and DF. RGB value is (204,16,223). Sum of RGB (Red+Green+Blue) = 204+16+223=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10DF is #33EF20. Grayscale: #5F5F5F. Windows color (decimal): -3403553 or 14618828. OLE color: 14618828.
HSL color Cylindrical-coordinate representation of color #CC10DF: hue angle of 294.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10DF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 16 | 223 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 294.49º | 0.87% | 0.47% | - |
| HSV(B) | 294.49º | 0.93% | 0.87% | - |
| XYZ | 38.41 | 18.54 | 71.37 | - |
| YUV | 95.81 | 199.78 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 223 | 0.09 | 0.93 | 0 | 0.13 | 294.49 | 0.87 | 0.47 |
| Hex | CC | 10 | DF | 9 | 5D | 0 | D | 126 | 57 | 2F |
| Octal | 314 | 20 | 337 | 11 | 135 | 0 | 15 | 446 | 127 | 57 |
| Binary | 11001100 | 10000 | 11011111 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101111 |
Color Harmonies of #CC10DF
Complementary color
Monochromatic Colors of #CC10DF
Black with #CC10DF
Text Example
Text Example
White with #CC10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10DF; }
p { color: rgb(204,16,223); }
H1.HeaderClassName
{
color: #CC10DF;
}
.AnyTagClassName
{
color: #CC10DF;
}
</style>
background-color css
<style>
a { background-color: #CC10DF; }
a { background-color: rgb(204,16,223); }
div.DivClassName
{
background-color: #CC10DF;
}
.BgClassName
{
background-color: #CC10DF;
}
</style>
border-color css
<style>
span { border-color: #CC10DF; }
span { border-color: rgb(204,16,223); }
td.TdClassName
{
border-color: #CC10DF;
}
.TagClassName
{
border-color: #CC10DF;
}
</style>