Shades of Medium Violet Red #C51A78
Tints of Medium Violet Red #C51A78
RGB
CMYK
RGB Variations
Color information
#C51A78 (or 0xC51A78) is known color: Medium Violet Red. HEX triplet: C5, 1A and 78. RGB value is (197,26,120). Sum of RGB (Red+Green+Blue) = 197+26+120=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A78 is #3AE587. Grayscale: #575757. Windows color (decimal): -3859848 or 7871173. OLE color: 7871173.
HSL color Cylindrical-coordinate representation of color #C51A78: hue angle of 327.02º 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 #C51A78 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 120 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.23 |
| HSL | 327.02º | 0.77% | 0.44% | - |
| HSV(B) | 327.02º | 0.87% | 0.77% | - |
| XYZ | 26.79 | 13.97 | 19.05 | - |
| YUV | 87.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 120 | 0 | 0.87 | 0.39 | 0.23 | 327.02 | 0.77 | 0.44 |
| Hex | C5 | 1A | 78 | 0 | 57 | 27 | 17 | 147 | 4D | 2C |
| Octal | 305 | 32 | 170 | 0 | 127 | 47 | 27 | 507 | 115 | 54 |
| Binary | 11000101 | 11010 | 1111000 | 0 | 1010111 | 100111 | 10111 | 101000111 | 1001101 | 101100 |
Color Harmonies of #C51A78
Complementary color
Monochromatic Colors of #C51A78
Black with #C51A78
Text Example
Text Example
White with #C51A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A78; }
p { color: rgb(197,26,120); }
H1.HeaderClassName
{
color: #C51A78;
}
.AnyTagClassName
{
color: #C51A78;
}
</style>
background-color css
<style>
a { background-color: #C51A78; }
a { background-color: rgb(197,26,120); }
div.DivClassName
{
background-color: #C51A78;
}
.BgClassName
{
background-color: #C51A78;
}
</style>
border-color css
<style>
span { border-color: #C51A78; }
span { border-color: rgb(197,26,120); }
td.TdClassName
{
border-color: #C51A78;
}
.TagClassName
{
border-color: #C51A78;
}
</style>