Shades of Medium Violet Red #C51E6A
Tints of Medium Violet Red #C51E6A
RGB
CMYK
RGB Variations
Color information
#C51E6A (or 0xC51E6A) is known color: Medium Violet Red. HEX triplet: C5, 1E and 6A. RGB value is (197,30,106). Sum of RGB (Red+Green+Blue) = 197+30+106=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E6A is #3AE195. Grayscale: #585858. Windows color (decimal): -3858838 or 6954693. OLE color: 6954693.
HSL color Cylindrical-coordinate representation of color #C51E6A: hue angle of 332.69º 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 #C51E6A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 106 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.23 |
| HSL | 332.69º | 0.74% | 0.45% | - |
| HSV(B) | 332.69º | 0.85% | 0.77% | - |
| XYZ | 26.09 | 13.84 | 14.93 | - |
| YUV | 88.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 106 | 0 | 0.85 | 0.46 | 0.23 | 332.69 | 0.74 | 0.45 |
| Hex | C5 | 1E | 6A | 0 | 55 | 2E | 17 | 14D | 4A | 2D |
| Octal | 305 | 36 | 152 | 0 | 125 | 56 | 27 | 515 | 112 | 55 |
| Binary | 11000101 | 11110 | 1101010 | 0 | 1010101 | 101110 | 10111 | 101001101 | 1001010 | 101101 |
Color Harmonies of #C51E6A
Complementary color
Monochromatic Colors of #C51E6A
Black with #C51E6A
Text Example
Text Example
White with #C51E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E6A; }
p { color: rgb(197,30,106); }
H1.HeaderClassName
{
color: #C51E6A;
}
.AnyTagClassName
{
color: #C51E6A;
}
</style>
background-color css
<style>
a { background-color: #C51E6A; }
a { background-color: rgb(197,30,106); }
div.DivClassName
{
background-color: #C51E6A;
}
.BgClassName
{
background-color: #C51E6A;
}
</style>
border-color css
<style>
span { border-color: #C51E6A; }
span { border-color: rgb(197,30,106); }
td.TdClassName
{
border-color: #C51E6A;
}
.TagClassName
{
border-color: #C51E6A;
}
</style>