Shades of Medium Violet Red #C51E9A
Tints of Medium Violet Red #C51E9A
RGB
CMYK
RGB Variations
Color information
#C51E9A (or 0xC51E9A) is known color: Medium Violet Red. HEX triplet: C5, 1E and 9A. RGB value is (197,30,154). Sum of RGB (Red+Green+Blue) = 197+30+154=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E9A is #3AE165. Grayscale: #5D5D5D. Windows color (decimal): -3858790 or 10100421. OLE color: 10100421.
HSL color Cylindrical-coordinate representation of color #C51E9A: hue angle of 315.45º 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 #C51E9A is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 154 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.23 |
| HSL | 315.45º | 0.74% | 0.45% | - |
| HSV(B) | 315.45º | 0.85% | 0.77% | - |
| XYZ | 29.32 | 15.13 | 31.95 | - |
| YUV | 94.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 154 | 0 | 0.85 | 0.22 | 0.23 | 315.45 | 0.74 | 0.45 |
| Hex | C5 | 1E | 9A | 0 | 55 | 16 | 17 | 13B | 4A | 2D |
| Octal | 305 | 36 | 232 | 0 | 125 | 26 | 27 | 473 | 112 | 55 |
| Binary | 11000101 | 11110 | 10011010 | 0 | 1010101 | 10110 | 10111 | 100111011 | 1001010 | 101101 |
Color Harmonies of #C51E9A
Complementary color
Monochromatic Colors of #C51E9A
Black with #C51E9A
Text Example
Text Example
White with #C51E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E9A; }
p { color: rgb(197,30,154); }
H1.HeaderClassName
{
color: #C51E9A;
}
.AnyTagClassName
{
color: #C51E9A;
}
</style>
background-color css
<style>
a { background-color: #C51E9A; }
a { background-color: rgb(197,30,154); }
div.DivClassName
{
background-color: #C51E9A;
}
.BgClassName
{
background-color: #C51E9A;
}
</style>
border-color css
<style>
span { border-color: #C51E9A; }
span { border-color: rgb(197,30,154); }
td.TdClassName
{
border-color: #C51E9A;
}
.TagClassName
{
border-color: #C51E9A;
}
</style>