Shades of Medium Violet Red #C5166E
Tints of Medium Violet Red #C5166E
RGB
CMYK
RGB Variations
Color information
#C5166E (or 0xC5166E) is known color: Medium Violet Red. HEX triplet: C5, 16 and 6E. RGB value is (197,22,110). Sum of RGB (Red+Green+Blue) = 197+22+110=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5166E is #3AE991. Grayscale: #545454. Windows color (decimal): -3860882 or 7214789. OLE color: 7214789.
HSL color Cylindrical-coordinate representation of color #C5166E: hue angle of 329.83º 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 #C5166E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 110 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.23 |
| HSL | 329.83º | 0.8% | 0.43% | - |
| HSV(B) | 329.83º | 0.89% | 0.77% | - |
| XYZ | 26.13 | 13.57 | 15.99 | - |
| YUV | 84.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 110 | 0 | 0.89 | 0.44 | 0.23 | 329.83 | 0.8 | 0.43 |
| Hex | C5 | 16 | 6E | 0 | 59 | 2C | 17 | 14A | 50 | 2B |
| Octal | 305 | 26 | 156 | 0 | 131 | 54 | 27 | 512 | 120 | 53 |
| Binary | 11000101 | 10110 | 1101110 | 0 | 1011001 | 101100 | 10111 | 101001010 | 1010000 | 101011 |
Color Harmonies of #C5166E
Complementary color
Monochromatic Colors of #C5166E
Black with #C5166E
Text Example
Text Example
White with #C5166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5166E; }
p { color: rgb(197,22,110); }
H1.HeaderClassName
{
color: #C5166E;
}
.AnyTagClassName
{
color: #C5166E;
}
</style>
background-color css
<style>
a { background-color: #C5166E; }
a { background-color: rgb(197,22,110); }
div.DivClassName
{
background-color: #C5166E;
}
.BgClassName
{
background-color: #C5166E;
}
</style>
border-color css
<style>
span { border-color: #C5166E; }
span { border-color: rgb(197,22,110); }
td.TdClassName
{
border-color: #C5166E;
}
.TagClassName
{
border-color: #C5166E;
}
</style>