Shades of Deep Magenta #CC16AD
Tints of Deep Magenta #CC16AD
RGB
CMYK
RGB Variations
Color information
#CC16AD (or 0xCC16AD) is known color: Deep Magenta. HEX triplet: CC, 16 and AD. RGB value is (204,22,173). Sum of RGB (Red+Green+Blue) = 204+22+173=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16AD is #33E952. Grayscale: #5D5D5D. Windows color (decimal): -3402067 or 11343564. OLE color: 11343564.
HSL color Cylindrical-coordinate representation of color #CC16AD: hue angle of 310.22º 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 #CC16AD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 173 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.2 |
| HSL | 310.22º | 0.81% | 0.44% | - |
| HSV(B) | 310.22º | 0.89% | 0.8% | - |
| XYZ | 32.73 | 16.43 | 40.98 | - |
| YUV | 93.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 173 | 0 | 0.89 | 0.15 | 0.2 | 310.22 | 0.81 | 0.44 |
| Hex | CC | 16 | AD | 0 | 59 | F | 14 | 136 | 51 | 2C |
| Octal | 314 | 26 | 255 | 0 | 131 | 17 | 24 | 466 | 121 | 54 |
| Binary | 11001100 | 10110 | 10101101 | 0 | 1011001 | 1111 | 10100 | 100110110 | 1010001 | 101100 |
Color Harmonies of #CC16AD
Complementary color
Monochromatic Colors of #CC16AD
Black with #CC16AD
Text Example
Text Example
White with #CC16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16AD; }
p { color: rgb(204,22,173); }
H1.HeaderClassName
{
color: #CC16AD;
}
.AnyTagClassName
{
color: #CC16AD;
}
</style>
background-color css
<style>
a { background-color: #CC16AD; }
a { background-color: rgb(204,22,173); }
div.DivClassName
{
background-color: #CC16AD;
}
.BgClassName
{
background-color: #CC16AD;
}
</style>
border-color css
<style>
span { border-color: #CC16AD; }
span { border-color: rgb(204,22,173); }
td.TdClassName
{
border-color: #CC16AD;
}
.TagClassName
{
border-color: #CC16AD;
}
</style>