Shades of Medium Violet Red #C52388
Tints of Medium Violet Red #C52388
RGB
CMYK
RGB Variations
Color information
#C52388 (or 0xC52388) is known color: Medium Violet Red. HEX triplet: C5, 23 and 88. RGB value is (197,35,136). Sum of RGB (Red+Green+Blue) = 197+35+136=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C52388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52388 is #3ADC77. Grayscale: #5E5E5E. Windows color (decimal): -3857528 or 8922053. OLE color: 8922053.
HSL color Cylindrical-coordinate representation of color #C52388: hue angle of 322.59º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52388 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 136 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.23 |
| HSL | 322.59º | 0.7% | 0.45% | - |
| HSV(B) | 322.59º | 0.82% | 0.77% | - |
| XYZ | 28.07 | 14.85 | 24.68 | - |
| YUV | 94.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 136 | 0 | 0.82 | 0.31 | 0.23 | 322.59 | 0.7 | 0.45 |
| Hex | C5 | 23 | 88 | 0 | 52 | 1F | 17 | 143 | 46 | 2D |
| Octal | 305 | 43 | 210 | 0 | 122 | 37 | 27 | 503 | 106 | 55 |
| Binary | 11000101 | 100011 | 10001000 | 0 | 1010010 | 11111 | 10111 | 101000011 | 1000110 | 101101 |
Color Harmonies of #C52388
Complementary color
Monochromatic Colors of #C52388
Black with #C52388
Text Example
Text Example
White with #C52388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52388; }
p { color: rgb(197,35,136); }
H1.HeaderClassName
{
color: #C52388;
}
.AnyTagClassName
{
color: #C52388;
}
</style>
background-color css
<style>
a { background-color: #C52388; }
a { background-color: rgb(197,35,136); }
div.DivClassName
{
background-color: #C52388;
}
.BgClassName
{
background-color: #C52388;
}
</style>
border-color css
<style>
span { border-color: #C52388; }
span { border-color: rgb(197,35,136); }
td.TdClassName
{
border-color: #C52388;
}
.TagClassName
{
border-color: #C52388;
}
</style>