Shades of Deep Magenta #CC16CC
Tints of Deep Magenta #CC16CC
RGB
CMYK
RGB Variations
Color information
#CC16CC (or 0xCC16CC) is known color: Deep Magenta. HEX triplet: CC, 16 and CC. RGB value is (204,22,204). Sum of RGB (Red+Green+Blue) = 204+22+204=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16CC is #33E933. Grayscale: #606060. Windows color (decimal): -3402036 or 13375180. OLE color: 13375180.
HSL color Cylindrical-coordinate representation of color #CC16CC: hue angle of 300º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC16CC is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 204 | - |
| CMYK | 0 | 0.89 | 0 | 0.2 |
| HSL | 300º | 0.81% | 0.44% | - |
| HSV(B) | 300º | 0.89% | 0.8% | - |
| XYZ | 36.09 | 17.77 | 58.65 | - |
| YUV | 97.17 | 188.3 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 204 | 0 | 0.89 | 0 | 0.2 | 300 | 0.81 | 0.44 |
| Hex | CC | 16 | CC | 0 | 59 | 0 | 14 | 12C | 51 | 2C |
| Octal | 314 | 26 | 314 | 0 | 131 | 0 | 24 | 454 | 121 | 54 |
| Binary | 11001100 | 10110 | 11001100 | 0 | 1011001 | 0 | 10100 | 100101100 | 1010001 | 101100 |
Color Harmonies of #CC16CC
Complementary color
Monochromatic Colors of #CC16CC
Black with #CC16CC
Text Example
Text Example
White with #CC16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16CC; }
p { color: rgb(204,22,204); }
H1.HeaderClassName
{
color: #CC16CC;
}
.AnyTagClassName
{
color: #CC16CC;
}
</style>
background-color css
<style>
a { background-color: #CC16CC; }
a { background-color: rgb(204,22,204); }
div.DivClassName
{
background-color: #CC16CC;
}
.BgClassName
{
background-color: #CC16CC;
}
</style>
border-color css
<style>
span { border-color: #CC16CC; }
span { border-color: rgb(204,22,204); }
td.TdClassName
{
border-color: #CC16CC;
}
.TagClassName
{
border-color: #CC16CC;
}
</style>