Shades of Medium Violet Red #C5198F
Tints of Medium Violet Red #C5198F
RGB
CMYK
RGB Variations
Color information
#C5198F (or 0xC5198F) is known color: Medium Violet Red. HEX triplet: C5, 19 and 8F. RGB value is (197,25,143). Sum of RGB (Red+Green+Blue) = 197+25+143=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C5198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5198F is #3AE670. Grayscale: #595959. Windows color (decimal): -3860081 or 9378245. OLE color: 9378245.
HSL color Cylindrical-coordinate representation of color #C5198F: hue angle of 318.84º 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 #C5198F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 143 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.23 |
| HSL | 318.84º | 0.77% | 0.44% | - |
| HSV(B) | 318.84º | 0.87% | 0.77% | - |
| XYZ | 28.33 | 14.55 | 27.3 | - |
| YUV | 89.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 143 | 0 | 0.87 | 0.27 | 0.23 | 318.84 | 0.77 | 0.44 |
| Hex | C5 | 19 | 8F | 0 | 57 | 1B | 17 | 13F | 4D | 2C |
| Octal | 305 | 31 | 217 | 0 | 127 | 33 | 27 | 477 | 115 | 54 |
| Binary | 11000101 | 11001 | 10001111 | 0 | 1010111 | 11011 | 10111 | 100111111 | 1001101 | 101100 |
Color Harmonies of #C5198F
Complementary color
Monochromatic Colors of #C5198F
Black with #C5198F
Text Example
Text Example
White with #C5198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5198F; }
p { color: rgb(197,25,143); }
H1.HeaderClassName
{
color: #C5198F;
}
.AnyTagClassName
{
color: #C5198F;
}
</style>
background-color css
<style>
a { background-color: #C5198F; }
a { background-color: rgb(197,25,143); }
div.DivClassName
{
background-color: #C5198F;
}
.BgClassName
{
background-color: #C5198F;
}
</style>
border-color css
<style>
span { border-color: #C5198F; }
span { border-color: rgb(197,25,143); }
td.TdClassName
{
border-color: #C5198F;
}
.TagClassName
{
border-color: #C5198F;
}
</style>