Shades of Medium Violet Red #C51E8C
Tints of Medium Violet Red #C51E8C
RGB
CMYK
RGB Variations
Color information
#C51E8C (or 0xC51E8C) is known color: Medium Violet Red. HEX triplet: C5, 1E and 8C. RGB value is (197,30,140). Sum of RGB (Red+Green+Blue) = 197+30+140=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E8C is #3AE173. Grayscale: #5C5C5C. Windows color (decimal): -3858804 or 9182917. OLE color: 9182917.
HSL color Cylindrical-coordinate representation of color #C51E8C: hue angle of 320.48º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E8C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 140 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.23 |
| HSL | 320.48º | 0.74% | 0.45% | - |
| HSV(B) | 320.48º | 0.85% | 0.77% | - |
| XYZ | 28.22 | 14.69 | 26.16 | - |
| YUV | 92.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 140 | 0 | 0.85 | 0.29 | 0.23 | 320.48 | 0.74 | 0.45 |
| Hex | C5 | 1E | 8C | 0 | 55 | 1D | 17 | 140 | 4A | 2D |
| Octal | 305 | 36 | 214 | 0 | 125 | 35 | 27 | 500 | 112 | 55 |
| Binary | 11000101 | 11110 | 10001100 | 0 | 1010101 | 11101 | 10111 | 101000000 | 1001010 | 101101 |
Color Harmonies of #C51E8C
Complementary color
Monochromatic Colors of #C51E8C
Black with #C51E8C
Text Example
Text Example
White with #C51E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E8C; }
p { color: rgb(197,30,140); }
H1.HeaderClassName
{
color: #C51E8C;
}
.AnyTagClassName
{
color: #C51E8C;
}
</style>
background-color css
<style>
a { background-color: #C51E8C; }
a { background-color: rgb(197,30,140); }
div.DivClassName
{
background-color: #C51E8C;
}
.BgClassName
{
background-color: #C51E8C;
}
</style>
border-color css
<style>
span { border-color: #C51E8C; }
span { border-color: rgb(197,30,140); }
td.TdClassName
{
border-color: #C51E8C;
}
.TagClassName
{
border-color: #C51E8C;
}
</style>