Shades of Medium Violet Red #C51589
Tints of Medium Violet Red #C51589
RGB
CMYK
RGB Variations
Color information
#C51589 (or 0xC51589) is known color: Medium Violet Red. HEX triplet: C5, 15 and 89. RGB value is (197,21,137). Sum of RGB (Red+Green+Blue) = 197+21+137=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C51589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51589 is #3AEA76. Grayscale: #565656. Windows color (decimal): -3861111 or 8984005. OLE color: 8984005.
HSL color Cylindrical-coordinate representation of color #C51589: hue angle of 320.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51589 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 137 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.23 |
| HSL | 320.45º | 0.81% | 0.43% | - |
| HSV(B) | 320.45º | 0.89% | 0.77% | - |
| XYZ | 27.81 | 14.21 | 24.94 | - |
| YUV | 86.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 137 | 0 | 0.89 | 0.30 | 0.23 | 320.45 | 0.81 | 0.43 |
| Hex | C5 | 15 | 89 | 0 | 59 | 1E | 17 | 140 | 51 | 2B |
| Octal | 305 | 25 | 211 | 0 | 131 | 36 | 27 | 500 | 121 | 53 |
| Binary | 11000101 | 10101 | 10001001 | 0 | 1011001 | 11110 | 10111 | 101000000 | 1010001 | 101011 |
Color Harmonies of #C51589
Complementary color
Monochromatic Colors of #C51589
Black with #C51589
Text Example
Text Example
White with #C51589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51589; }
p { color: rgb(197,21,137); }
H1.HeaderClassName
{
color: #C51589;
}
.AnyTagClassName
{
color: #C51589;
}
</style>
background-color css
<style>
a { background-color: #C51589; }
a { background-color: rgb(197,21,137); }
div.DivClassName
{
background-color: #C51589;
}
.BgClassName
{
background-color: #C51589;
}
</style>
border-color css
<style>
span { border-color: #C51589; }
span { border-color: rgb(197,21,137); }
td.TdClassName
{
border-color: #C51589;
}
.TagClassName
{
border-color: #C51589;
}
</style>