Shades of Medium Violet Red #C51890
Tints of Medium Violet Red #C51890
RGB
CMYK
RGB Variations
Color information
#C51890 (or 0xC51890) is known color: Medium Violet Red. HEX triplet: C5, 18 and 90. RGB value is (197,24,144). Sum of RGB (Red+Green+Blue) = 197+24+144=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C51890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51890 is #3AE76F. Grayscale: #595959. Windows color (decimal): -3860336 or 9443525. OLE color: 9443525.
HSL color Cylindrical-coordinate representation of color #C51890: hue angle of 318.38º 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 #C51890 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 144 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.23 |
| HSL | 318.38º | 0.78% | 0.43% | - |
| HSV(B) | 318.38º | 0.88% | 0.77% | - |
| XYZ | 28.39 | 14.54 | 27.7 | - |
| YUV | 89.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 144 | 0 | 0.88 | 0.27 | 0.23 | 318.38 | 0.78 | 0.43 |
| Hex | C5 | 18 | 90 | 0 | 58 | 1B | 17 | 13E | 4E | 2B |
| Octal | 305 | 30 | 220 | 0 | 130 | 33 | 27 | 476 | 116 | 53 |
| Binary | 11000101 | 11000 | 10010000 | 0 | 1011000 | 11011 | 10111 | 100111110 | 1001110 | 101011 |
Color Harmonies of #C51890
Complementary color
Monochromatic Colors of #C51890
Black with #C51890
Text Example
Text Example
White with #C51890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51890; }
p { color: rgb(197,24,144); }
H1.HeaderClassName
{
color: #C51890;
}
.AnyTagClassName
{
color: #C51890;
}
</style>
background-color css
<style>
a { background-color: #C51890; }
a { background-color: rgb(197,24,144); }
div.DivClassName
{
background-color: #C51890;
}
.BgClassName
{
background-color: #C51890;
}
</style>
border-color css
<style>
span { border-color: #C51890; }
span { border-color: rgb(197,24,144); }
td.TdClassName
{
border-color: #C51890;
}
.TagClassName
{
border-color: #C51890;
}
</style>