Shades of Medium Violet Red #CC16AA
Tints of Medium Violet Red #CC16AA
RGB
CMYK
RGB Variations
Color information
#CC16AA (or 0xCC16AA) is known color: Medium Violet Red. HEX triplet: CC, 16 and AA. RGB value is (204,22,170). Sum of RGB (Red+Green+Blue) = 204+22+170=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16AA is #33E955. Grayscale: #5C5C5C. Windows color (decimal): -3402070 or 11146956. OLE color: 11146956.
HSL color Cylindrical-coordinate representation of color #CC16AA: hue angle of 311.21º 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 #CC16AA is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.2 |
| HSL | 311.21º | 0.81% | 0.44% | - |
| HSV(B) | 311.21º | 0.89% | 0.8% | - |
| XYZ | 32.44 | 16.31 | 39.47 | - |
| YUV | 93.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 170 | 0 | 0.89 | 0.17 | 0.2 | 311.21 | 0.81 | 0.44 |
| Hex | CC | 16 | AA | 0 | 59 | 11 | 14 | 137 | 51 | 2C |
| Octal | 314 | 26 | 252 | 0 | 131 | 21 | 24 | 467 | 121 | 54 |
| Binary | 11001100 | 10110 | 10101010 | 0 | 1011001 | 10001 | 10100 | 100110111 | 1010001 | 101100 |
Color Harmonies of #CC16AA
Complementary color
Monochromatic Colors of #CC16AA
Black with #CC16AA
Text Example
Text Example
White with #CC16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16AA; }
p { color: rgb(204,22,170); }
H1.HeaderClassName
{
color: #CC16AA;
}
.AnyTagClassName
{
color: #CC16AA;
}
</style>
background-color css
<style>
a { background-color: #CC16AA; }
a { background-color: rgb(204,22,170); }
div.DivClassName
{
background-color: #CC16AA;
}
.BgClassName
{
background-color: #CC16AA;
}
</style>
border-color css
<style>
span { border-color: #CC16AA; }
span { border-color: rgb(204,22,170); }
td.TdClassName
{
border-color: #CC16AA;
}
.TagClassName
{
border-color: #CC16AA;
}
</style>