Shades of Medium Violet Red #C51979
Tints of Medium Violet Red #C51979
RGB
CMYK
RGB Variations
Color information
#C51979 (or 0xC51979) is known color: Medium Violet Red. HEX triplet: C5, 19 and 79. RGB value is (197,25,121). Sum of RGB (Red+Green+Blue) = 197+25+121=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C51979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51979 is #3AE686. Grayscale: #575757. Windows color (decimal): -3860103 or 7936453. OLE color: 7936453.
HSL color Cylindrical-coordinate representation of color #C51979: hue angle of 326.51º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51979 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 121 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.23 |
| HSL | 326.51º | 0.77% | 0.44% | - |
| HSV(B) | 326.51º | 0.87% | 0.77% | - |
| XYZ | 26.82 | 13.95 | 19.37 | - |
| YUV | 87.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 121 | 0 | 0.87 | 0.39 | 0.23 | 326.51 | 0.77 | 0.44 |
| Hex | C5 | 19 | 79 | 0 | 57 | 27 | 17 | 147 | 4D | 2C |
| Octal | 305 | 31 | 171 | 0 | 127 | 47 | 27 | 507 | 115 | 54 |
| Binary | 11000101 | 11001 | 1111001 | 0 | 1010111 | 100111 | 10111 | 101000111 | 1001101 | 101100 |
Color Harmonies of #C51979
Complementary color
Monochromatic Colors of #C51979
Black with #C51979
Text Example
Text Example
White with #C51979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51979; }
p { color: rgb(197,25,121); }
H1.HeaderClassName
{
color: #C51979;
}
.AnyTagClassName
{
color: #C51979;
}
</style>
background-color css
<style>
a { background-color: #C51979; }
a { background-color: rgb(197,25,121); }
div.DivClassName
{
background-color: #C51979;
}
.BgClassName
{
background-color: #C51979;
}
</style>
border-color css
<style>
span { border-color: #C51979; }
span { border-color: rgb(197,25,121); }
td.TdClassName
{
border-color: #C51979;
}
.TagClassName
{
border-color: #C51979;
}
</style>