Shades of Deep Magenta #CC16E7
Tints of Deep Magenta #CC16E7
RGB
CMYK
RGB Variations
Color information
#CC16E7 (or 0xCC16E7) is known color: Deep Magenta. HEX triplet: CC, 16 and E7. RGB value is (204,22,231). Sum of RGB (Red+Green+Blue) = 204+22+231=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC16E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16E7 is #33E918. Grayscale: #636363. Windows color (decimal): -3402009 or 15144652. OLE color: 15144652.
HSL color Cylindrical-coordinate representation of color #CC16E7: hue angle of 292.25º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC16E7 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 22 | 231 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.09 |
| HSL | 292.25º | 0.83% | 0.5% | - |
| HSV(B) | 292.25º | 0.9% | 0.91% | - |
| XYZ | 39.61 | 19.18 | 77.22 | - |
| YUV | 100.24 | 201.8 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 231 | 0.12 | 0.90 | 0 | 0.09 | 292.25 | 0.83 | 0.5 |
| Hex | CC | 16 | E7 | C | 5A | 0 | 9 | 124 | 53 | 32 |
| Octal | 314 | 26 | 347 | 14 | 132 | 0 | 11 | 444 | 123 | 62 |
| Binary | 11001100 | 10110 | 11100111 | 1100 | 1011010 | 0 | 1001 | 100100100 | 1010011 | 110010 |
Color Harmonies of #CC16E7
Complementary color
Monochromatic Colors of #CC16E7
Black with #CC16E7
Text Example
Text Example
White with #CC16E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16E7; }
p { color: rgb(204,22,231); }
H1.HeaderClassName
{
color: #CC16E7;
}
.AnyTagClassName
{
color: #CC16E7;
}
</style>
background-color css
<style>
a { background-color: #CC16E7; }
a { background-color: rgb(204,22,231); }
div.DivClassName
{
background-color: #CC16E7;
}
.BgClassName
{
background-color: #CC16E7;
}
</style>
border-color css
<style>
span { border-color: #CC16E7; }
span { border-color: rgb(204,22,231); }
td.TdClassName
{
border-color: #CC16E7;
}
.TagClassName
{
border-color: #CC16E7;
}
</style>