Shades of Deep Magenta #CC16AC
Tints of Deep Magenta #CC16AC
RGB
CMYK
RGB Variations
Color information
#CC16AC (or 0xCC16AC) is known color: Deep Magenta. HEX triplet: CC, 16 and AC. RGB value is (204,22,172). Sum of RGB (Red+Green+Blue) = 204+22+172=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16AC is #33E953. Grayscale: #5D5D5D. Windows color (decimal): -3402068 or 11278028. OLE color: 11278028.
HSL color Cylindrical-coordinate representation of color #CC16AC: hue angle of 310.55º 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 #CC16AC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 172 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.2 |
| HSL | 310.55º | 0.81% | 0.44% | - |
| HSV(B) | 310.55º | 0.89% | 0.8% | - |
| XYZ | 32.64 | 16.39 | 40.47 | - |
| YUV | 93.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 172 | 0 | 0.89 | 0.16 | 0.2 | 310.55 | 0.81 | 0.44 |
| Hex | CC | 16 | AC | 0 | 59 | 10 | 14 | 137 | 51 | 2C |
| Octal | 314 | 26 | 254 | 0 | 131 | 20 | 24 | 467 | 121 | 54 |
| Binary | 11001100 | 10110 | 10101100 | 0 | 1011001 | 10000 | 10100 | 100110111 | 1010001 | 101100 |
Color Harmonies of #CC16AC
Complementary color
Monochromatic Colors of #CC16AC
Black with #CC16AC
Text Example
Text Example
White with #CC16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16AC; }
p { color: rgb(204,22,172); }
H1.HeaderClassName
{
color: #CC16AC;
}
.AnyTagClassName
{
color: #CC16AC;
}
</style>
background-color css
<style>
a { background-color: #CC16AC; }
a { background-color: rgb(204,22,172); }
div.DivClassName
{
background-color: #CC16AC;
}
.BgClassName
{
background-color: #CC16AC;
}
</style>
border-color css
<style>
span { border-color: #CC16AC; }
span { border-color: rgb(204,22,172); }
td.TdClassName
{
border-color: #CC16AC;
}
.TagClassName
{
border-color: #CC16AC;
}
</style>