Shades of Medium Violet Red #C51EAC
Tints of Medium Violet Red #C51EAC
RGB
CMYK
RGB Variations
Color information
#C51EAC (or 0xC51EAC) is known color: Medium Violet Red. HEX triplet: C5, 1E and AC. RGB value is (197,30,172). Sum of RGB (Red+Green+Blue) = 197+30+172=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EAC is #3AE153. Grayscale: #5F5F5F. Windows color (decimal): -3858772 or 11280069. OLE color: 11280069.
HSL color Cylindrical-coordinate representation of color #C51EAC: hue angle of 308.98º 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 #C51EAC is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 172 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.23 |
| HSL | 308.98º | 0.74% | 0.45% | - |
| HSV(B) | 308.98º | 0.85% | 0.77% | - |
| XYZ | 30.94 | 15.78 | 40.44 | - |
| YUV | 96.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 172 | 0 | 0.85 | 0.13 | 0.23 | 308.98 | 0.74 | 0.45 |
| Hex | C5 | 1E | AC | 0 | 55 | D | 17 | 135 | 4A | 2D |
| Octal | 305 | 36 | 254 | 0 | 125 | 15 | 27 | 465 | 112 | 55 |
| Binary | 11000101 | 11110 | 10101100 | 0 | 1010101 | 1101 | 10111 | 100110101 | 1001010 | 101101 |
Color Harmonies of #C51EAC
Complementary color
Monochromatic Colors of #C51EAC
Black with #C51EAC
Text Example
Text Example
White with #C51EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EAC; }
p { color: rgb(197,30,172); }
H1.HeaderClassName
{
color: #C51EAC;
}
.AnyTagClassName
{
color: #C51EAC;
}
</style>
background-color css
<style>
a { background-color: #C51EAC; }
a { background-color: rgb(197,30,172); }
div.DivClassName
{
background-color: #C51EAC;
}
.BgClassName
{
background-color: #C51EAC;
}
</style>
border-color css
<style>
span { border-color: #C51EAC; }
span { border-color: rgb(197,30,172); }
td.TdClassName
{
border-color: #C51EAC;
}
.TagClassName
{
border-color: #C51EAC;
}
</style>