Shades of Medium Violet Red #C5137C
Tints of Medium Violet Red #C5137C
RGB
CMYK
RGB Variations
Color information
#C5137C (or 0xC5137C) is known color: Medium Violet Red. HEX triplet: C5, 13 and 7C. RGB value is (197,19,124). Sum of RGB (Red+Green+Blue) = 197+19+124=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5137C is #3AEC83. Grayscale: #535353. Windows color (decimal): -3861636 or 8131525. OLE color: 8131525.
HSL color Cylindrical-coordinate representation of color #C5137C: hue angle of 324.61º 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 #C5137C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 124 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.23 |
| HSL | 324.61º | 0.82% | 0.42% | - |
| HSV(B) | 324.61º | 0.9% | 0.77% | - |
| XYZ | 26.9 | 13.79 | 20.31 | - |
| YUV | 84.19 | 150.47 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 124 | 0 | 0.90 | 0.37 | 0.23 | 324.61 | 0.82 | 0.42 |
| Hex | C5 | 13 | 7C | 0 | 5A | 25 | 17 | 145 | 52 | 2A |
| Octal | 305 | 23 | 174 | 0 | 132 | 45 | 27 | 505 | 122 | 52 |
| Binary | 11000101 | 10011 | 1111100 | 0 | 1011010 | 100101 | 10111 | 101000101 | 1010010 | 101010 |
Color Harmonies of #C5137C
Complementary color
Monochromatic Colors of #C5137C
Black with #C5137C
Text Example
Text Example
White with #C5137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5137C; }
p { color: rgb(197,19,124); }
H1.HeaderClassName
{
color: #C5137C;
}
.AnyTagClassName
{
color: #C5137C;
}
</style>
background-color css
<style>
a { background-color: #C5137C; }
a { background-color: rgb(197,19,124); }
div.DivClassName
{
background-color: #C5137C;
}
.BgClassName
{
background-color: #C5137C;
}
</style>
border-color css
<style>
span { border-color: #C5137C; }
span { border-color: rgb(197,19,124); }
td.TdClassName
{
border-color: #C5137C;
}
.TagClassName
{
border-color: #C5137C;
}
</style>