Shades of Medium Violet Red #C52588
Tints of Medium Violet Red #C52588
RGB
CMYK
RGB Variations
Color information
#C52588 (or 0xC52588) is known color: Medium Violet Red. HEX triplet: C5, 25 and 88. RGB value is (197,37,136). Sum of RGB (Red+Green+Blue) = 197+37+136=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C52588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52588 is #3ADA77. Grayscale: #5F5F5F. Windows color (decimal): -3857016 or 8922565. OLE color: 8922565.
HSL color Cylindrical-coordinate representation of color #C52588: hue angle of 322.88º 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 #C52588 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 136 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.23 |
| HSL | 322.88º | 0.68% | 0.46% | - |
| HSV(B) | 322.88º | 0.81% | 0.77% | - |
| XYZ | 28.13 | 14.97 | 24.7 | - |
| YUV | 96.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 136 | 0 | 0.81 | 0.31 | 0.23 | 322.88 | 0.68 | 0.46 |
| Hex | C5 | 25 | 88 | 0 | 51 | 1F | 17 | 143 | 44 | 2E |
| Octal | 305 | 45 | 210 | 0 | 121 | 37 | 27 | 503 | 104 | 56 |
| Binary | 11000101 | 100101 | 10001000 | 0 | 1010001 | 11111 | 10111 | 101000011 | 1000100 | 101110 |
Color Harmonies of #C52588
Complementary color
Monochromatic Colors of #C52588
Black with #C52588
Text Example
Text Example
White with #C52588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52588; }
p { color: rgb(197,37,136); }
H1.HeaderClassName
{
color: #C52588;
}
.AnyTagClassName
{
color: #C52588;
}
</style>
background-color css
<style>
a { background-color: #C52588; }
a { background-color: rgb(197,37,136); }
div.DivClassName
{
background-color: #C52588;
}
.BgClassName
{
background-color: #C52588;
}
</style>
border-color css
<style>
span { border-color: #C52588; }
span { border-color: rgb(197,37,136); }
td.TdClassName
{
border-color: #C52588;
}
.TagClassName
{
border-color: #C52588;
}
</style>