Shades of Deep Magenta #CC16E6
Tints of Deep Magenta #CC16E6
RGB
CMYK
RGB Variations
Color information
#CC16E6 (or 0xCC16E6) is known color: Deep Magenta. HEX triplet: CC, 16 and E6. RGB value is (204,22,230). Sum of RGB (Red+Green+Blue) = 204+22+230=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC16E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16E6 is #33E919. Grayscale: #636363. Windows color (decimal): -3402010 or 15079116. OLE color: 15079116.
HSL color Cylindrical-coordinate representation of color #CC16E6: hue angle of 292.5º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC16E6 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 22 | 230 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.10 |
| HSL | 292.5º | 0.83% | 0.49% | - |
| HSV(B) | 292.5º | 0.9% | 0.9% | - |
| XYZ | 39.47 | 19.12 | 76.47 | - |
| YUV | 100.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 230 | 0.11 | 0.90 | 0 | 0.10 | 292.5 | 0.83 | 0.49 |
| Hex | CC | 16 | E6 | B | 5A | 0 | A | 124 | 53 | 31 |
| Octal | 314 | 26 | 346 | 13 | 132 | 0 | 12 | 444 | 123 | 61 |
| Binary | 11001100 | 10110 | 11100110 | 1011 | 1011010 | 0 | 1010 | 100100100 | 1010011 | 110001 |
Color Harmonies of #CC16E6
Complementary color
Monochromatic Colors of #CC16E6
Black with #CC16E6
Text Example
Text Example
White with #CC16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16E6; }
p { color: rgb(204,22,230); }
H1.HeaderClassName
{
color: #CC16E6;
}
.AnyTagClassName
{
color: #CC16E6;
}
</style>
background-color css
<style>
a { background-color: #CC16E6; }
a { background-color: rgb(204,22,230); }
div.DivClassName
{
background-color: #CC16E6;
}
.BgClassName
{
background-color: #CC16E6;
}
</style>
border-color css
<style>
span { border-color: #CC16E6; }
span { border-color: rgb(204,22,230); }
td.TdClassName
{
border-color: #CC16E6;
}
.TagClassName
{
border-color: #CC16E6;
}
</style>