Shades of Medium Violet Red #C51891
Tints of Medium Violet Red #C51891
RGB
CMYK
RGB Variations
Color information
#C51891 (or 0xC51891) is known color: Medium Violet Red. HEX triplet: C5, 18 and 91. RGB value is (197,24,145). Sum of RGB (Red+Green+Blue) = 197+24+145=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C51891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51891 is #3AE76E. Grayscale: #595959. Windows color (decimal): -3860335 or 9509061. OLE color: 9509061.
HSL color Cylindrical-coordinate representation of color #C51891: hue angle of 318.03º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51891 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 145 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.23 |
| HSL | 318.03º | 0.78% | 0.43% | - |
| HSV(B) | 318.03º | 0.88% | 0.77% | - |
| XYZ | 28.46 | 14.57 | 28.1 | - |
| YUV | 89.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 145 | 0 | 0.88 | 0.26 | 0.23 | 318.03 | 0.78 | 0.43 |
| Hex | C5 | 18 | 91 | 0 | 58 | 1A | 17 | 13E | 4E | 2B |
| Octal | 305 | 30 | 221 | 0 | 130 | 32 | 27 | 476 | 116 | 53 |
| Binary | 11000101 | 11000 | 10010001 | 0 | 1011000 | 11010 | 10111 | 100111110 | 1001110 | 101011 |
Color Harmonies of #C51891
Complementary color
Monochromatic Colors of #C51891
Black with #C51891
Text Example
Text Example
White with #C51891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51891; }
p { color: rgb(197,24,145); }
H1.HeaderClassName
{
color: #C51891;
}
.AnyTagClassName
{
color: #C51891;
}
</style>
background-color css
<style>
a { background-color: #C51891; }
a { background-color: rgb(197,24,145); }
div.DivClassName
{
background-color: #C51891;
}
.BgClassName
{
background-color: #C51891;
}
</style>
border-color css
<style>
span { border-color: #C51891; }
span { border-color: rgb(197,24,145); }
td.TdClassName
{
border-color: #C51891;
}
.TagClassName
{
border-color: #C51891;
}
</style>