Shades of Medium Violet Red #C5139E
Tints of Medium Violet Red #C5139E
RGB
CMYK
RGB Variations
Color information
#C5139E (or 0xC5139E) is known color: Medium Violet Red. HEX triplet: C5, 13 and 9E. RGB value is (197,19,158). Sum of RGB (Red+Green+Blue) = 197+19+158=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5139E is #3AEC61. Grayscale: #575757. Windows color (decimal): -3861602 or 10359749. OLE color: 10359749.
HSL color Cylindrical-coordinate representation of color #C5139E: hue angle of 313.15º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5139E is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.23 |
| HSL | 313.15º | 0.82% | 0.42% | - |
| HSV(B) | 313.15º | 0.9% | 0.77% | - |
| XYZ | 29.43 | 14.8 | 33.65 | - |
| YUV | 88.07 | 167.47 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 158 | 0 | 0.90 | 0.20 | 0.23 | 313.15 | 0.82 | 0.42 |
| Hex | C5 | 13 | 9E | 0 | 5A | 14 | 17 | 139 | 52 | 2A |
| Octal | 305 | 23 | 236 | 0 | 132 | 24 | 27 | 471 | 122 | 52 |
| Binary | 11000101 | 10011 | 10011110 | 0 | 1011010 | 10100 | 10111 | 100111001 | 1010010 | 101010 |
Color Harmonies of #C5139E
Complementary color
Monochromatic Colors of #C5139E
Black with #C5139E
Text Example
Text Example
White with #C5139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5139E; }
p { color: rgb(197,19,158); }
H1.HeaderClassName
{
color: #C5139E;
}
.AnyTagClassName
{
color: #C5139E;
}
</style>
background-color css
<style>
a { background-color: #C5139E; }
a { background-color: rgb(197,19,158); }
div.DivClassName
{
background-color: #C5139E;
}
.BgClassName
{
background-color: #C5139E;
}
</style>
border-color css
<style>
span { border-color: #C5139E; }
span { border-color: rgb(197,19,158); }
td.TdClassName
{
border-color: #C5139E;
}
.TagClassName
{
border-color: #C5139E;
}
</style>