Shades of Medium Violet Red #C5197F
Tints of Medium Violet Red #C5197F
RGB
CMYK
RGB Variations
Color information
#C5197F (or 0xC5197F) is known color: Medium Violet Red. HEX triplet: C5, 19 and 7F. RGB value is (197,25,127). Sum of RGB (Red+Green+Blue) = 197+25+127=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C5197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5197F is #3AE680. Grayscale: #575757. Windows color (decimal): -3860097 or 8329669. OLE color: 8329669.
HSL color Cylindrical-coordinate representation of color #C5197F: hue angle of 324.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5197F is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 127 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.23 |
| HSL | 324.42º | 0.77% | 0.44% | - |
| HSV(B) | 324.42º | 0.87% | 0.77% | - |
| XYZ | 27.2 | 14.1 | 21.37 | - |
| YUV | 88.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 127 | 0 | 0.87 | 0.36 | 0.23 | 324.42 | 0.77 | 0.44 |
| Hex | C5 | 19 | 7F | 0 | 57 | 24 | 17 | 144 | 4D | 2C |
| Octal | 305 | 31 | 177 | 0 | 127 | 44 | 27 | 504 | 115 | 54 |
| Binary | 11000101 | 11001 | 1111111 | 0 | 1010111 | 100100 | 10111 | 101000100 | 1001101 | 101100 |
Color Harmonies of #C5197F
Complementary color
Monochromatic Colors of #C5197F
Black with #C5197F
Text Example
Text Example
White with #C5197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5197F; }
p { color: rgb(197,25,127); }
H1.HeaderClassName
{
color: #C5197F;
}
.AnyTagClassName
{
color: #C5197F;
}
</style>
background-color css
<style>
a { background-color: #C5197F; }
a { background-color: rgb(197,25,127); }
div.DivClassName
{
background-color: #C5197F;
}
.BgClassName
{
background-color: #C5197F;
}
</style>
border-color css
<style>
span { border-color: #C5197F; }
span { border-color: rgb(197,25,127); }
td.TdClassName
{
border-color: #C5197F;
}
.TagClassName
{
border-color: #C5197F;
}
</style>