Shades of Medium Violet Red #C5199F
Tints of Medium Violet Red #C5199F
RGB
CMYK
RGB Variations
Color information
#C5199F (or 0xC5199F) is known color: Medium Violet Red. HEX triplet: C5, 19 and 9F. RGB value is (197,25,159). Sum of RGB (Red+Green+Blue) = 197+25+159=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5199F is #3AE660. Grayscale: #5B5B5B. Windows color (decimal): -3860065 or 10426821. OLE color: 10426821.
HSL color Cylindrical-coordinate representation of color #C5199F: hue angle of 313.26º 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 #C5199F is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 159 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.23 |
| HSL | 313.26º | 0.77% | 0.44% | - |
| HSV(B) | 313.26º | 0.87% | 0.77% | - |
| XYZ | 29.63 | 15.07 | 34.15 | - |
| YUV | 91.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 159 | 0 | 0.87 | 0.19 | 0.23 | 313.26 | 0.77 | 0.44 |
| Hex | C5 | 19 | 9F | 0 | 57 | 13 | 17 | 139 | 4D | 2C |
| Octal | 305 | 31 | 237 | 0 | 127 | 23 | 27 | 471 | 115 | 54 |
| Binary | 11000101 | 11001 | 10011111 | 0 | 1010111 | 10011 | 10111 | 100111001 | 1001101 | 101100 |
Color Harmonies of #C5199F
Complementary color
Monochromatic Colors of #C5199F
Black with #C5199F
Text Example
Text Example
White with #C5199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5199F; }
p { color: rgb(197,25,159); }
H1.HeaderClassName
{
color: #C5199F;
}
.AnyTagClassName
{
color: #C5199F;
}
</style>
background-color css
<style>
a { background-color: #C5199F; }
a { background-color: rgb(197,25,159); }
div.DivClassName
{
background-color: #C5199F;
}
.BgClassName
{
background-color: #C5199F;
}
</style>
border-color css
<style>
span { border-color: #C5199F; }
span { border-color: rgb(197,25,159); }
td.TdClassName
{
border-color: #C5199F;
}
.TagClassName
{
border-color: #C5199F;
}
</style>