Shades of Medium Violet Red #CC16A1
Tints of Medium Violet Red #CC16A1
RGB
CMYK
RGB Variations
Color information
#CC16A1 (or 0xCC16A1) is known color: Medium Violet Red. HEX triplet: CC, 16 and A1. RGB value is (204,22,161). Sum of RGB (Red+Green+Blue) = 204+22+161=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16A1 is #33E95E. Grayscale: #5B5B5B. Windows color (decimal): -3402079 or 10557132. OLE color: 10557132.
HSL color Cylindrical-coordinate representation of color #CC16A1: hue angle of 314.18º 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 #CC16A1 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 161 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.2 |
| HSL | 314.18º | 0.81% | 0.44% | - |
| HSV(B) | 314.18º | 0.89% | 0.8% | - |
| XYZ | 31.62 | 15.98 | 35.14 | - |
| YUV | 92.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 161 | 0 | 0.89 | 0.21 | 0.2 | 314.18 | 0.81 | 0.44 |
| Hex | CC | 16 | A1 | 0 | 59 | 15 | 14 | 13A | 51 | 2C |
| Octal | 314 | 26 | 241 | 0 | 131 | 25 | 24 | 472 | 121 | 54 |
| Binary | 11001100 | 10110 | 10100001 | 0 | 1011001 | 10101 | 10100 | 100111010 | 1010001 | 101100 |
Color Harmonies of #CC16A1
Complementary color
Monochromatic Colors of #CC16A1
Black with #CC16A1
Text Example
Text Example
White with #CC16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16A1; }
p { color: rgb(204,22,161); }
H1.HeaderClassName
{
color: #CC16A1;
}
.AnyTagClassName
{
color: #CC16A1;
}
</style>
background-color css
<style>
a { background-color: #CC16A1; }
a { background-color: rgb(204,22,161); }
div.DivClassName
{
background-color: #CC16A1;
}
.BgClassName
{
background-color: #CC16A1;
}
</style>
border-color css
<style>
span { border-color: #CC16A1; }
span { border-color: rgb(204,22,161); }
td.TdClassName
{
border-color: #CC16A1;
}
.TagClassName
{
border-color: #CC16A1;
}
</style>