Shades of Medium Violet Red #C5167E
Tints of Medium Violet Red #C5167E
RGB
CMYK
RGB Variations
Color information
#C5167E (or 0xC5167E) is known color: Medium Violet Red. HEX triplet: C5, 16 and 7E. RGB value is (197,22,126). Sum of RGB (Red+Green+Blue) = 197+22+126=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5167E is #3AE981. Grayscale: #555555. Windows color (decimal): -3860866 or 8263365. OLE color: 8263365.
HSL color Cylindrical-coordinate representation of color #C5167E: hue angle of 324.34º 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 #C5167E is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 126 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.23 |
| HSL | 324.34º | 0.8% | 0.43% | - |
| HSV(B) | 324.34º | 0.89% | 0.77% | - |
| XYZ | 27.08 | 13.95 | 21 | - |
| YUV | 86.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 126 | 0 | 0.89 | 0.36 | 0.23 | 324.34 | 0.8 | 0.43 |
| Hex | C5 | 16 | 7E | 0 | 59 | 24 | 17 | 144 | 50 | 2B |
| Octal | 305 | 26 | 176 | 0 | 131 | 44 | 27 | 504 | 120 | 53 |
| Binary | 11000101 | 10110 | 1111110 | 0 | 1011001 | 100100 | 10111 | 101000100 | 1010000 | 101011 |
Color Harmonies of #C5167E
Complementary color
Monochromatic Colors of #C5167E
Black with #C5167E
Text Example
Text Example
White with #C5167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5167E; }
p { color: rgb(197,22,126); }
H1.HeaderClassName
{
color: #C5167E;
}
.AnyTagClassName
{
color: #C5167E;
}
</style>
background-color css
<style>
a { background-color: #C5167E; }
a { background-color: rgb(197,22,126); }
div.DivClassName
{
background-color: #C5167E;
}
.BgClassName
{
background-color: #C5167E;
}
</style>
border-color css
<style>
span { border-color: #C5167E; }
span { border-color: rgb(197,22,126); }
td.TdClassName
{
border-color: #C5167E;
}
.TagClassName
{
border-color: #C5167E;
}
</style>