Shades of Medium Violet Red #C52487
Tints of Medium Violet Red #C52487
RGB
CMYK
RGB Variations
Color information
#C52487 (or 0xC52487) is known color: Medium Violet Red. HEX triplet: C5, 24 and 87. RGB value is (197,36,135). Sum of RGB (Red+Green+Blue) = 197+36+135=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C52487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52487 is #3ADB78. Grayscale: #5F5F5F. Windows color (decimal): -3857273 or 8856773. OLE color: 8856773.
HSL color Cylindrical-coordinate representation of color #C52487: hue angle of 323.11º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52487 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 135 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.23 |
| HSL | 323.11º | 0.69% | 0.46% | - |
| HSV(B) | 323.11º | 0.82% | 0.77% | - |
| XYZ | 28.03 | 14.88 | 24.32 | - |
| YUV | 95.43 | 150.34 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 135 | 0 | 0.82 | 0.31 | 0.23 | 323.11 | 0.69 | 0.46 |
| Hex | C5 | 24 | 87 | 0 | 52 | 1F | 17 | 143 | 45 | 2E |
| Octal | 305 | 44 | 207 | 0 | 122 | 37 | 27 | 503 | 105 | 56 |
| Binary | 11000101 | 100100 | 10000111 | 0 | 1010010 | 11111 | 10111 | 101000011 | 1000101 | 101110 |
Color Harmonies of #C52487
Complementary color
Monochromatic Colors of #C52487
Black with #C52487
Text Example
Text Example
White with #C52487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52487; }
p { color: rgb(197,36,135); }
H1.HeaderClassName
{
color: #C52487;
}
.AnyTagClassName
{
color: #C52487;
}
</style>
background-color css
<style>
a { background-color: #C52487; }
a { background-color: rgb(197,36,135); }
div.DivClassName
{
background-color: #C52487;
}
.BgClassName
{
background-color: #C52487;
}
</style>
border-color css
<style>
span { border-color: #C52487; }
span { border-color: rgb(197,36,135); }
td.TdClassName
{
border-color: #C52487;
}
.TagClassName
{
border-color: #C52487;
}
</style>