Shades of Medium Violet Red #C51E9F
Tints of Medium Violet Red #C51E9F
RGB
CMYK
RGB Variations
Color information
#C51E9F (or 0xC51E9F) is known color: Medium Violet Red. HEX triplet: C5, 1E and 9F. RGB value is (197,30,159). Sum of RGB (Red+Green+Blue) = 197+30+159=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E9F is #3AE160. Grayscale: #5E5E5E. Windows color (decimal): -3858785 or 10428101. OLE color: 10428101.
HSL color Cylindrical-coordinate representation of color #C51E9F: hue angle of 313.65º 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 #C51E9F is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 159 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.23 |
| HSL | 313.65º | 0.74% | 0.45% | - |
| HSV(B) | 313.65º | 0.85% | 0.77% | - |
| XYZ | 29.75 | 15.3 | 34.19 | - |
| YUV | 94.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 159 | 0 | 0.85 | 0.19 | 0.23 | 313.65 | 0.74 | 0.45 |
| Hex | C5 | 1E | 9F | 0 | 55 | 13 | 17 | 13A | 4A | 2D |
| Octal | 305 | 36 | 237 | 0 | 125 | 23 | 27 | 472 | 112 | 55 |
| Binary | 11000101 | 11110 | 10011111 | 0 | 1010101 | 10011 | 10111 | 100111010 | 1001010 | 101101 |
Color Harmonies of #C51E9F
Complementary color
Monochromatic Colors of #C51E9F
Black with #C51E9F
Text Example
Text Example
White with #C51E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E9F; }
p { color: rgb(197,30,159); }
H1.HeaderClassName
{
color: #C51E9F;
}
.AnyTagClassName
{
color: #C51E9F;
}
</style>
background-color css
<style>
a { background-color: #C51E9F; }
a { background-color: rgb(197,30,159); }
div.DivClassName
{
background-color: #C51E9F;
}
.BgClassName
{
background-color: #C51E9F;
}
</style>
border-color css
<style>
span { border-color: #C51E9F; }
span { border-color: rgb(197,30,159); }
td.TdClassName
{
border-color: #C51E9F;
}
.TagClassName
{
border-color: #C51E9F;
}
</style>