Shades of Medium Violet Red #C51E7F
Tints of Medium Violet Red #C51E7F
RGB
CMYK
RGB Variations
Color information
#C51E7F (or 0xC51E7F) is known color: Medium Violet Red. HEX triplet: C5, 1E and 7F. RGB value is (197,30,127). Sum of RGB (Red+Green+Blue) = 197+30+127=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E7F is #3AE180. Grayscale: #5A5A5A. Windows color (decimal): -3858817 or 8330949. OLE color: 8330949.
HSL color Cylindrical-coordinate representation of color #C51E7F: hue angle of 325.15º 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 #C51E7F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 127 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.23 |
| HSL | 325.15º | 0.74% | 0.45% | - |
| HSV(B) | 325.15º | 0.85% | 0.77% | - |
| XYZ | 27.32 | 14.33 | 21.4 | - |
| YUV | 90.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 127 | 0 | 0.85 | 0.36 | 0.23 | 325.15 | 0.74 | 0.45 |
| Hex | C5 | 1E | 7F | 0 | 55 | 24 | 17 | 145 | 4A | 2D |
| Octal | 305 | 36 | 177 | 0 | 125 | 44 | 27 | 505 | 112 | 55 |
| Binary | 11000101 | 11110 | 1111111 | 0 | 1010101 | 100100 | 10111 | 101000101 | 1001010 | 101101 |
Color Harmonies of #C51E7F
Complementary color
Monochromatic Colors of #C51E7F
Black with #C51E7F
Text Example
Text Example
White with #C51E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E7F; }
p { color: rgb(197,30,127); }
H1.HeaderClassName
{
color: #C51E7F;
}
.AnyTagClassName
{
color: #C51E7F;
}
</style>
background-color css
<style>
a { background-color: #C51E7F; }
a { background-color: rgb(197,30,127); }
div.DivClassName
{
background-color: #C51E7F;
}
.BgClassName
{
background-color: #C51E7F;
}
</style>
border-color css
<style>
span { border-color: #C51E7F; }
span { border-color: rgb(197,30,127); }
td.TdClassName
{
border-color: #C51E7F;
}
.TagClassName
{
border-color: #C51E7F;
}
</style>