Shades of Medium Violet Red #C5159E
Tints of Medium Violet Red #C5159E
RGB
CMYK
RGB Variations
Color information
#C5159E (or 0xC5159E) is known color: Medium Violet Red. HEX triplet: C5, 15 and 9E. RGB value is (197,21,158). Sum of RGB (Red+Green+Blue) = 197+21+158=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5159E is #3AEA61. Grayscale: #585858. Windows color (decimal): -3861090 or 10360261. OLE color: 10360261.
HSL color Cylindrical-coordinate representation of color #C5159E: hue angle of 313.3º degrees, saturation: 0.81, 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 #C5159E is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 158 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.23 |
| HSL | 313.3º | 0.81% | 0.43% | - |
| HSV(B) | 313.3º | 0.89% | 0.77% | - |
| XYZ | 29.47 | 14.88 | 33.67 | - |
| YUV | 89.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 158 | 0 | 0.89 | 0.20 | 0.23 | 313.3 | 0.81 | 0.43 |
| Hex | C5 | 15 | 9E | 0 | 59 | 14 | 17 | 139 | 51 | 2B |
| Octal | 305 | 25 | 236 | 0 | 131 | 24 | 27 | 471 | 121 | 53 |
| Binary | 11000101 | 10101 | 10011110 | 0 | 1011001 | 10100 | 10111 | 100111001 | 1010001 | 101011 |
Color Harmonies of #C5159E
Complementary color
Monochromatic Colors of #C5159E
Black with #C5159E
Text Example
Text Example
White with #C5159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5159E; }
p { color: rgb(197,21,158); }
H1.HeaderClassName
{
color: #C5159E;
}
.AnyTagClassName
{
color: #C5159E;
}
</style>
background-color css
<style>
a { background-color: #C5159E; }
a { background-color: rgb(197,21,158); }
div.DivClassName
{
background-color: #C5159E;
}
.BgClassName
{
background-color: #C5159E;
}
</style>
border-color css
<style>
span { border-color: #C5159E; }
span { border-color: rgb(197,21,158); }
td.TdClassName
{
border-color: #C5159E;
}
.TagClassName
{
border-color: #C5159E;
}
</style>