Shades of Medium Violet Red #C51379
Tints of Medium Violet Red #C51379
RGB
CMYK
RGB Variations
Color information
#C51379 (or 0xC51379) is known color: Medium Violet Red. HEX triplet: C5, 13 and 79. RGB value is (197,19,121). Sum of RGB (Red+Green+Blue) = 197+19+121=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C51379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51379 is #3AEC86. Grayscale: #535353. Windows color (decimal): -3861639 or 7934917. OLE color: 7934917.
HSL color Cylindrical-coordinate representation of color #C51379: hue angle of 325.62º 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 #C51379 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 121 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.23 |
| HSL | 325.62º | 0.82% | 0.42% | - |
| HSV(B) | 325.62º | 0.9% | 0.77% | - |
| XYZ | 26.71 | 13.72 | 19.33 | - |
| YUV | 83.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 121 | 0 | 0.90 | 0.39 | 0.23 | 325.62 | 0.82 | 0.42 |
| Hex | C5 | 13 | 79 | 0 | 5A | 27 | 17 | 146 | 52 | 2A |
| Octal | 305 | 23 | 171 | 0 | 132 | 47 | 27 | 506 | 122 | 52 |
| Binary | 11000101 | 10011 | 1111001 | 0 | 1011010 | 100111 | 10111 | 101000110 | 1010010 | 101010 |
Color Harmonies of #C51379
Complementary color
Monochromatic Colors of #C51379
Black with #C51379
Text Example
Text Example
White with #C51379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51379; }
p { color: rgb(197,19,121); }
H1.HeaderClassName
{
color: #C51379;
}
.AnyTagClassName
{
color: #C51379;
}
</style>
background-color css
<style>
a { background-color: #C51379; }
a { background-color: rgb(197,19,121); }
div.DivClassName
{
background-color: #C51379;
}
.BgClassName
{
background-color: #C51379;
}
</style>
border-color css
<style>
span { border-color: #C51379; }
span { border-color: rgb(197,19,121); }
td.TdClassName
{
border-color: #C51379;
}
.TagClassName
{
border-color: #C51379;
}
</style>