Shades of Medium Violet Red #C016A1
Tints of Medium Violet Red #C016A1
RGB
CMYK
RGB Variations
Color information
#C016A1 (or 0xC016A1) is known color: Medium Violet Red. HEX triplet: C0, 16 and A1. RGB value is (192,22,161). Sum of RGB (Red+Green+Blue) = 192+22+161=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C016A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016A1 is #3FE95E. Grayscale: #585858. Windows color (decimal): -4188511 or 10557120. OLE color: 10557120.
HSL color Cylindrical-coordinate representation of color #C016A1: hue angle of 310.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016A1 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 161 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.25 |
| HSL | 310.94º | 0.79% | 0.42% | - |
| HSV(B) | 310.94º | 0.89% | 0.75% | - |
| XYZ | 28.46 | 14.35 | 34.99 | - |
| YUV | 88.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 161 | 0 | 0.89 | 0.16 | 0.25 | 310.94 | 0.79 | 0.42 |
| Hex | C0 | 16 | A1 | 0 | 59 | 10 | 19 | 137 | 4F | 2A |
| Octal | 300 | 26 | 241 | 0 | 131 | 20 | 31 | 467 | 117 | 52 |
| Binary | 11000000 | 10110 | 10100001 | 0 | 1011001 | 10000 | 11001 | 100110111 | 1001111 | 101010 |
Color Harmonies of #C016A1
Complementary color
Monochromatic Colors of #C016A1
Black with #C016A1
Text Example
Text Example
White with #C016A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016A1; }
p { color: rgb(192,22,161); }
H1.HeaderClassName
{
color: #C016A1;
}
.AnyTagClassName
{
color: #C016A1;
}
</style>
background-color css
<style>
a { background-color: #C016A1; }
a { background-color: rgb(192,22,161); }
div.DivClassName
{
background-color: #C016A1;
}
.BgClassName
{
background-color: #C016A1;
}
</style>
border-color css
<style>
span { border-color: #C016A1; }
span { border-color: rgb(192,22,161); }
td.TdClassName
{
border-color: #C016A1;
}
.TagClassName
{
border-color: #C016A1;
}
</style>