Shades of Medium Red Violet #C52578
Tints of Medium Red Violet #C52578
RGB
CMYK
RGB Variations
Color information
#C52578 (or 0xC52578) is known color: Medium Red Violet. HEX triplet: C5, 25 and 78. RGB value is (197,37,120). Sum of RGB (Red+Green+Blue) = 197+37+120=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C52578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52578 is #3ADA87. Grayscale: #5E5E5E. Windows color (decimal): -3857032 or 7873989. OLE color: 7873989.
HSL color Cylindrical-coordinate representation of color #C52578: hue angle of 328.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 #C52578 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 120 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.23 |
| HSL | 328.88º | 0.68% | 0.46% | - |
| HSV(B) | 328.88º | 0.81% | 0.77% | - |
| XYZ | 27.08 | 14.55 | 19.15 | - |
| YUV | 94.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 120 | 0 | 0.81 | 0.39 | 0.23 | 328.88 | 0.68 | 0.46 |
| Hex | C5 | 25 | 78 | 0 | 51 | 27 | 17 | 149 | 44 | 2E |
| Octal | 305 | 45 | 170 | 0 | 121 | 47 | 27 | 511 | 104 | 56 |
| Binary | 11000101 | 100101 | 1111000 | 0 | 1010001 | 100111 | 10111 | 101001001 | 1000100 | 101110 |
Color Harmonies of #C52578
Complementary color
Monochromatic Colors of #C52578
Black with #C52578
Text Example
Text Example
White with #C52578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52578; }
p { color: rgb(197,37,120); }
H1.HeaderClassName
{
color: #C52578;
}
.AnyTagClassName
{
color: #C52578;
}
</style>
background-color css
<style>
a { background-color: #C52578; }
a { background-color: rgb(197,37,120); }
div.DivClassName
{
background-color: #C52578;
}
.BgClassName
{
background-color: #C52578;
}
</style>
border-color css
<style>
span { border-color: #C52578; }
span { border-color: rgb(197,37,120); }
td.TdClassName
{
border-color: #C52578;
}
.TagClassName
{
border-color: #C52578;
}
</style>