Shades of Medium Violet Red #C5166A
Tints of Medium Violet Red #C5166A
RGB
CMYK
RGB Variations
Color information
#C5166A (or 0xC5166A) is known color: Medium Violet Red. HEX triplet: C5, 16 and 6A. RGB value is (197,22,106). Sum of RGB (Red+Green+Blue) = 197+22+106=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5166A is #3AE995. Grayscale: #535353. Windows color (decimal): -3860886 or 6952645. OLE color: 6952645.
HSL color Cylindrical-coordinate representation of color #C5166A: hue angle of 331.2º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5166A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 106 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.23 |
| HSL | 331.2º | 0.8% | 0.43% | - |
| HSV(B) | 331.2º | 0.89% | 0.77% | - |
| XYZ | 25.91 | 13.48 | 14.87 | - |
| YUV | 83.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 106 | 0 | 0.89 | 0.46 | 0.23 | 331.2 | 0.8 | 0.43 |
| Hex | C5 | 16 | 6A | 0 | 59 | 2E | 17 | 14B | 50 | 2B |
| Octal | 305 | 26 | 152 | 0 | 131 | 56 | 27 | 513 | 120 | 53 |
| Binary | 11000101 | 10110 | 1101010 | 0 | 1011001 | 101110 | 10111 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C5166A
Complementary color
Monochromatic Colors of #C5166A
Black with #C5166A
Text Example
Text Example
White with #C5166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5166A; }
p { color: rgb(197,22,106); }
H1.HeaderClassName
{
color: #C5166A;
}
.AnyTagClassName
{
color: #C5166A;
}
</style>
background-color css
<style>
a { background-color: #C5166A; }
a { background-color: rgb(197,22,106); }
div.DivClassName
{
background-color: #C5166A;
}
.BgClassName
{
background-color: #C5166A;
}
</style>
border-color css
<style>
span { border-color: #C5166A; }
span { border-color: rgb(197,22,106); }
td.TdClassName
{
border-color: #C5166A;
}
.TagClassName
{
border-color: #C5166A;
}
</style>