Shades of Medium Violet Red #C51D78
Tints of Medium Violet Red #C51D78
RGB
CMYK
RGB Variations
Color information
#C51D78 (or 0xC51D78) is known color: Medium Violet Red. HEX triplet: C5, 1D and 78. RGB value is (197,29,120). Sum of RGB (Red+Green+Blue) = 197+29+120=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D78 is #3AE287. Grayscale: #595959. Windows color (decimal): -3859080 or 7871941. OLE color: 7871941.
HSL color Cylindrical-coordinate representation of color #C51D78: hue angle of 327.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D78 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 120 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.23 |
| HSL | 327.5º | 0.74% | 0.44% | - |
| HSV(B) | 327.5º | 0.85% | 0.77% | - |
| XYZ | 26.86 | 14.11 | 19.08 | - |
| YUV | 89.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 120 | 0 | 0.85 | 0.39 | 0.23 | 327.5 | 0.74 | 0.44 |
| Hex | C5 | 1D | 78 | 0 | 55 | 27 | 17 | 148 | 4A | 2C |
| Octal | 305 | 35 | 170 | 0 | 125 | 47 | 27 | 510 | 112 | 54 |
| Binary | 11000101 | 11101 | 1111000 | 0 | 1010101 | 100111 | 10111 | 101001000 | 1001010 | 101100 |
Color Harmonies of #C51D78
Complementary color
Monochromatic Colors of #C51D78
Black with #C51D78
Text Example
Text Example
White with #C51D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D78; }
p { color: rgb(197,29,120); }
H1.HeaderClassName
{
color: #C51D78;
}
.AnyTagClassName
{
color: #C51D78;
}
</style>
background-color css
<style>
a { background-color: #C51D78; }
a { background-color: rgb(197,29,120); }
div.DivClassName
{
background-color: #C51D78;
}
.BgClassName
{
background-color: #C51D78;
}
</style>
border-color css
<style>
span { border-color: #C51D78; }
span { border-color: rgb(197,29,120); }
td.TdClassName
{
border-color: #C51D78;
}
.TagClassName
{
border-color: #C51D78;
}
</style>