Shades of Medium Violet Red #C51F78
Tints of Medium Violet Red #C51F78
RGB
CMYK
RGB Variations
Color information
#C51F78 (or 0xC51F78) is known color: Medium Violet Red. HEX triplet: C5, 1F and 78. RGB value is (197,31,120). Sum of RGB (Red+Green+Blue) = 197+31+120=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F78 is #3AE087. Grayscale: #5A5A5A. Windows color (decimal): -3858568 or 7872453. OLE color: 7872453.
HSL color Cylindrical-coordinate representation of color #C51F78: hue angle of 327.83º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F78 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 120 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.23 |
| HSL | 327.83º | 0.73% | 0.45% | - |
| HSV(B) | 327.83º | 0.84% | 0.77% | - |
| XYZ | 26.91 | 14.21 | 19.09 | - |
| YUV | 90.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 120 | 0 | 0.84 | 0.39 | 0.23 | 327.83 | 0.73 | 0.45 |
| Hex | C5 | 1F | 78 | 0 | 54 | 27 | 17 | 148 | 49 | 2D |
| Octal | 305 | 37 | 170 | 0 | 124 | 47 | 27 | 510 | 111 | 55 |
| Binary | 11000101 | 11111 | 1111000 | 0 | 1010100 | 100111 | 10111 | 101001000 | 1001001 | 101101 |
Color Harmonies of #C51F78
Complementary color
Monochromatic Colors of #C51F78
Black with #C51F78
Text Example
Text Example
White with #C51F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F78; }
p { color: rgb(197,31,120); }
H1.HeaderClassName
{
color: #C51F78;
}
.AnyTagClassName
{
color: #C51F78;
}
</style>
background-color css
<style>
a { background-color: #C51F78; }
a { background-color: rgb(197,31,120); }
div.DivClassName
{
background-color: #C51F78;
}
.BgClassName
{
background-color: #C51F78;
}
</style>
border-color css
<style>
span { border-color: #C51F78; }
span { border-color: rgb(197,31,120); }
td.TdClassName
{
border-color: #C51F78;
}
.TagClassName
{
border-color: #C51F78;
}
</style>