Shades of Medium Violet Red #C51EA0
Tints of Medium Violet Red #C51EA0
RGB
CMYK
RGB Variations
Color information
#C51EA0 (or 0xC51EA0) is known color: Medium Violet Red. HEX triplet: C5, 1E and A0. RGB value is (197,30,160). Sum of RGB (Red+Green+Blue) = 197+30+160=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EA0 is #3AE15F. Grayscale: #5E5E5E. Windows color (decimal): -3858784 or 10493637. OLE color: 10493637.
HSL color Cylindrical-coordinate representation of color #C51EA0: hue angle of 313.29º 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 #C51EA0 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 160 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.23 |
| HSL | 313.29º | 0.74% | 0.45% | - |
| HSV(B) | 313.29º | 0.85% | 0.77% | - |
| XYZ | 29.84 | 15.34 | 34.65 | - |
| YUV | 94.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 160 | 0 | 0.85 | 0.19 | 0.23 | 313.29 | 0.74 | 0.45 |
| Hex | C5 | 1E | A0 | 0 | 55 | 13 | 17 | 139 | 4A | 2D |
| Octal | 305 | 36 | 240 | 0 | 125 | 23 | 27 | 471 | 112 | 55 |
| Binary | 11000101 | 11110 | 10100000 | 0 | 1010101 | 10011 | 10111 | 100111001 | 1001010 | 101101 |
Color Harmonies of #C51EA0
Complementary color
Monochromatic Colors of #C51EA0
Black with #C51EA0
Text Example
Text Example
White with #C51EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EA0; }
p { color: rgb(197,30,160); }
H1.HeaderClassName
{
color: #C51EA0;
}
.AnyTagClassName
{
color: #C51EA0;
}
</style>
background-color css
<style>
a { background-color: #C51EA0; }
a { background-color: rgb(197,30,160); }
div.DivClassName
{
background-color: #C51EA0;
}
.BgClassName
{
background-color: #C51EA0;
}
</style>
border-color css
<style>
span { border-color: #C51EA0; }
span { border-color: rgb(197,30,160); }
td.TdClassName
{
border-color: #C51EA0;
}
.TagClassName
{
border-color: #C51EA0;
}
</style>