Shades of Medium Violet Red #C52587
Tints of Medium Violet Red #C52587
RGB
CMYK
RGB Variations
Color information
#C52587 (or 0xC52587) is known color: Medium Violet Red. HEX triplet: C5, 25 and 87. RGB value is (197,37,135). Sum of RGB (Red+Green+Blue) = 197+37+135=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C52587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52587 is #3ADA78. Grayscale: #5F5F5F. Windows color (decimal): -3857017 or 8857029. OLE color: 8857029.
HSL color Cylindrical-coordinate representation of color #C52587: hue angle of 323.25º 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 #C52587 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 135 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.23 |
| HSL | 323.25º | 0.68% | 0.46% | - |
| HSV(B) | 323.25º | 0.81% | 0.77% | - |
| XYZ | 28.06 | 14.94 | 24.33 | - |
| YUV | 96.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 135 | 0 | 0.81 | 0.31 | 0.23 | 323.25 | 0.68 | 0.46 |
| Hex | C5 | 25 | 87 | 0 | 51 | 1F | 17 | 143 | 44 | 2E |
| Octal | 305 | 45 | 207 | 0 | 121 | 37 | 27 | 503 | 104 | 56 |
| Binary | 11000101 | 100101 | 10000111 | 0 | 1010001 | 11111 | 10111 | 101000011 | 1000100 | 101110 |
Color Harmonies of #C52587
Complementary color
Monochromatic Colors of #C52587
Black with #C52587
Text Example
Text Example
White with #C52587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52587; }
p { color: rgb(197,37,135); }
H1.HeaderClassName
{
color: #C52587;
}
.AnyTagClassName
{
color: #C52587;
}
</style>
background-color css
<style>
a { background-color: #C52587; }
a { background-color: rgb(197,37,135); }
div.DivClassName
{
background-color: #C52587;
}
.BgClassName
{
background-color: #C52587;
}
</style>
border-color css
<style>
span { border-color: #C52587; }
span { border-color: rgb(197,37,135); }
td.TdClassName
{
border-color: #C52587;
}
.TagClassName
{
border-color: #C52587;
}
</style>