Shades of Medium Violet Red #C5119E
Tints of Medium Violet Red #C5119E
RGB
CMYK
RGB Variations
Color information
#C5119E (or 0xC5119E) is known color: Medium Violet Red. HEX triplet: C5, 11 and 9E. RGB value is (197,17,158). Sum of RGB (Red+Green+Blue) = 197+17+158=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5119E is #3AEE61. Grayscale: #565656. Windows color (decimal): -3862114 or 10359237. OLE color: 10359237.
HSL color Cylindrical-coordinate representation of color #C5119E: hue angle of 313º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5119E is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 158 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.23 |
| HSL | 313º | 0.84% | 0.42% | - |
| HSV(B) | 313º | 0.91% | 0.77% | - |
| XYZ | 29.4 | 14.74 | 33.64 | - |
| YUV | 86.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 158 | 0 | 0.91 | 0.20 | 0.23 | 313 | 0.84 | 0.42 |
| Hex | C5 | 11 | 9E | 0 | 5B | 14 | 17 | 139 | 54 | 2A |
| Octal | 305 | 21 | 236 | 0 | 133 | 24 | 27 | 471 | 124 | 52 |
| Binary | 11000101 | 10001 | 10011110 | 0 | 1011011 | 10100 | 10111 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C5119E
Complementary color
Monochromatic Colors of #C5119E
Black with #C5119E
Text Example
Text Example
White with #C5119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5119E; }
p { color: rgb(197,17,158); }
H1.HeaderClassName
{
color: #C5119E;
}
.AnyTagClassName
{
color: #C5119E;
}
</style>
background-color css
<style>
a { background-color: #C5119E; }
a { background-color: rgb(197,17,158); }
div.DivClassName
{
background-color: #C5119E;
}
.BgClassName
{
background-color: #C5119E;
}
</style>
border-color css
<style>
span { border-color: #C5119E; }
span { border-color: rgb(197,17,158); }
td.TdClassName
{
border-color: #C5119E;
}
.TagClassName
{
border-color: #C5119E;
}
</style>