Shades of Medium Violet Red #CC16A7
Tints of Medium Violet Red #CC16A7
RGB
CMYK
RGB Variations
Color information
#CC16A7 (or 0xCC16A7) is known color: Medium Violet Red. HEX triplet: CC, 16 and A7. RGB value is (204,22,167). Sum of RGB (Red+Green+Blue) = 204+22+167=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16A7 is #33E958. Grayscale: #5C5C5C. Windows color (decimal): -3402073 or 10950348. OLE color: 10950348.
HSL color Cylindrical-coordinate representation of color #CC16A7: hue angle of 312.2º 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 #CC16A7 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 167 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.2 |
| HSL | 312.2º | 0.81% | 0.44% | - |
| HSV(B) | 312.2º | 0.89% | 0.8% | - |
| XYZ | 32.16 | 16.2 | 37.99 | - |
| YUV | 92.95 | 169.8 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 167 | 0 | 0.89 | 0.18 | 0.2 | 312.2 | 0.81 | 0.44 |
| Hex | CC | 16 | A7 | 0 | 59 | 12 | 14 | 138 | 51 | 2C |
| Octal | 314 | 26 | 247 | 0 | 131 | 22 | 24 | 470 | 121 | 54 |
| Binary | 11001100 | 10110 | 10100111 | 0 | 1011001 | 10010 | 10100 | 100111000 | 1010001 | 101100 |
Color Harmonies of #CC16A7
Complementary color
Monochromatic Colors of #CC16A7
Black with #CC16A7
Text Example
Text Example
White with #CC16A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16A7; }
p { color: rgb(204,22,167); }
H1.HeaderClassName
{
color: #CC16A7;
}
.AnyTagClassName
{
color: #CC16A7;
}
</style>
background-color css
<style>
a { background-color: #CC16A7; }
a { background-color: rgb(204,22,167); }
div.DivClassName
{
background-color: #CC16A7;
}
.BgClassName
{
background-color: #CC16A7;
}
</style>
border-color css
<style>
span { border-color: #CC16A7; }
span { border-color: rgb(204,22,167); }
td.TdClassName
{
border-color: #CC16A7;
}
.TagClassName
{
border-color: #CC16A7;
}
</style>