Shades of Medium Violet Red #C52589
Tints of Medium Violet Red #C52589
RGB
CMYK
RGB Variations
Color information
#C52589 (or 0xC52589) is known color: Medium Violet Red. HEX triplet: C5, 25 and 89. RGB value is (197,37,137). Sum of RGB (Red+Green+Blue) = 197+37+137=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C52589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52589 is #3ADA76. Grayscale: #606060. Windows color (decimal): -3857015 or 8988101. OLE color: 8988101.
HSL color Cylindrical-coordinate representation of color #C52589: hue angle of 322.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52589 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 137 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.23 |
| HSL | 322.5º | 0.68% | 0.46% | - |
| HSV(B) | 322.5º | 0.81% | 0.77% | - |
| XYZ | 28.2 | 15 | 25.08 | - |
| YUV | 96.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 137 | 0 | 0.81 | 0.30 | 0.23 | 322.5 | 0.68 | 0.46 |
| Hex | C5 | 25 | 89 | 0 | 51 | 1E | 17 | 142 | 44 | 2E |
| Octal | 305 | 45 | 211 | 0 | 121 | 36 | 27 | 502 | 104 | 56 |
| Binary | 11000101 | 100101 | 10001001 | 0 | 1010001 | 11110 | 10111 | 101000010 | 1000100 | 101110 |
Color Harmonies of #C52589
Complementary color
Monochromatic Colors of #C52589
Black with #C52589
Text Example
Text Example
White with #C52589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52589; }
p { color: rgb(197,37,137); }
H1.HeaderClassName
{
color: #C52589;
}
.AnyTagClassName
{
color: #C52589;
}
</style>
background-color css
<style>
a { background-color: #C52589; }
a { background-color: rgb(197,37,137); }
div.DivClassName
{
background-color: #C52589;
}
.BgClassName
{
background-color: #C52589;
}
</style>
border-color css
<style>
span { border-color: #C52589; }
span { border-color: rgb(197,37,137); }
td.TdClassName
{
border-color: #C52589;
}
.TagClassName
{
border-color: #C52589;
}
</style>