Shades of Medium Violet Red #C51E9B
Tints of Medium Violet Red #C51E9B
RGB
CMYK
RGB Variations
Color information
#C51E9B (or 0xC51E9B) is known color: Medium Violet Red. HEX triplet: C5, 1E and 9B. RGB value is (197,30,155). Sum of RGB (Red+Green+Blue) = 197+30+155=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E9B is #3AE164. Grayscale: #5D5D5D. Windows color (decimal): -3858789 or 10165957. OLE color: 10165957.
HSL color Cylindrical-coordinate representation of color #C51E9B: hue angle of 315.09º 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 #C51E9B is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 155 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.23 |
| HSL | 315.09º | 0.74% | 0.45% | - |
| HSV(B) | 315.09º | 0.85% | 0.77% | - |
| XYZ | 29.41 | 15.17 | 32.39 | - |
| YUV | 94.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 155 | 0 | 0.85 | 0.21 | 0.23 | 315.09 | 0.74 | 0.45 |
| Hex | C5 | 1E | 9B | 0 | 55 | 15 | 17 | 13B | 4A | 2D |
| Octal | 305 | 36 | 233 | 0 | 125 | 25 | 27 | 473 | 112 | 55 |
| Binary | 11000101 | 11110 | 10011011 | 0 | 1010101 | 10101 | 10111 | 100111011 | 1001010 | 101101 |
Color Harmonies of #C51E9B
Complementary color
Monochromatic Colors of #C51E9B
Black with #C51E9B
Text Example
Text Example
White with #C51E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E9B; }
p { color: rgb(197,30,155); }
H1.HeaderClassName
{
color: #C51E9B;
}
.AnyTagClassName
{
color: #C51E9B;
}
</style>
background-color css
<style>
a { background-color: #C51E9B; }
a { background-color: rgb(197,30,155); }
div.DivClassName
{
background-color: #C51E9B;
}
.BgClassName
{
background-color: #C51E9B;
}
</style>
border-color css
<style>
span { border-color: #C51E9B; }
span { border-color: rgb(197,30,155); }
td.TdClassName
{
border-color: #C51E9B;
}
.TagClassName
{
border-color: #C51E9B;
}
</style>