Shades of Medium Violet Red #C51375
Tints of Medium Violet Red #C51375
RGB
CMYK
RGB Variations
Color information
#C51375 (or 0xC51375) is known color: Medium Violet Red. HEX triplet: C5, 13 and 75. RGB value is (197,19,117). Sum of RGB (Red+Green+Blue) = 197+19+117=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51375 is #3AEC8A. Grayscale: #535353. Windows color (decimal): -3861643 or 7672773. OLE color: 7672773.
HSL color Cylindrical-coordinate representation of color #C51375: hue angle of 326.97º 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 #C51375 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 117 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.23 |
| HSL | 326.97º | 0.82% | 0.42% | - |
| HSV(B) | 326.97º | 0.9% | 0.77% | - |
| XYZ | 26.47 | 13.62 | 18.06 | - |
| YUV | 83.39 | 146.97 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 117 | 0 | 0.90 | 0.41 | 0.23 | 326.97 | 0.82 | 0.42 |
| Hex | C5 | 13 | 75 | 0 | 5A | 29 | 17 | 147 | 52 | 2A |
| Octal | 305 | 23 | 165 | 0 | 132 | 51 | 27 | 507 | 122 | 52 |
| Binary | 11000101 | 10011 | 1110101 | 0 | 1011010 | 101001 | 10111 | 101000111 | 1010010 | 101010 |
Color Harmonies of #C51375
Complementary color
Monochromatic Colors of #C51375
Black with #C51375
Text Example
Text Example
White with #C51375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51375; }
p { color: rgb(197,19,117); }
H1.HeaderClassName
{
color: #C51375;
}
.AnyTagClassName
{
color: #C51375;
}
</style>
background-color css
<style>
a { background-color: #C51375; }
a { background-color: rgb(197,19,117); }
div.DivClassName
{
background-color: #C51375;
}
.BgClassName
{
background-color: #C51375;
}
</style>
border-color css
<style>
span { border-color: #C51375; }
span { border-color: rgb(197,19,117); }
td.TdClassName
{
border-color: #C51375;
}
.TagClassName
{
border-color: #C51375;
}
</style>