Shades of Medium Red Violet #C52898
Tints of Medium Red Violet #C52898
RGB
CMYK
RGB Variations
Color information
#C52898 (or 0xC52898) is known color: Medium Red Violet. HEX triplet: C5, 28 and 98. RGB value is (197,40,152). Sum of RGB (Red+Green+Blue) = 197+40+152=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C52898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52898 is #3AD767. Grayscale: #636363. Windows color (decimal): -3856232 or 9971909. OLE color: 9971909.
HSL color Cylindrical-coordinate representation of color #C52898: hue angle of 317.2º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52898 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 152 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.23 |
| HSL | 317.2º | 0.66% | 0.46% | - |
| HSV(B) | 317.2º | 0.8% | 0.77% | - |
| XYZ | 29.45 | 15.65 | 31.18 | - |
| YUV | 99.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 152 | 0 | 0.80 | 0.23 | 0.23 | 317.2 | 0.66 | 0.46 |
| Hex | C5 | 28 | 98 | 0 | 50 | 17 | 17 | 13D | 42 | 2E |
| Octal | 305 | 50 | 230 | 0 | 120 | 27 | 27 | 475 | 102 | 56 |
| Binary | 11000101 | 101000 | 10011000 | 0 | 1010000 | 10111 | 10111 | 100111101 | 1000010 | 101110 |
Color Harmonies of #C52898
Complementary color
Monochromatic Colors of #C52898
Black with #C52898
Text Example
Text Example
White with #C52898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52898; }
p { color: rgb(197,40,152); }
H1.HeaderClassName
{
color: #C52898;
}
.AnyTagClassName
{
color: #C52898;
}
</style>
background-color css
<style>
a { background-color: #C52898; }
a { background-color: rgb(197,40,152); }
div.DivClassName
{
background-color: #C52898;
}
.BgClassName
{
background-color: #C52898;
}
</style>
border-color css
<style>
span { border-color: #C52898; }
span { border-color: rgb(197,40,152); }
td.TdClassName
{
border-color: #C52898;
}
.TagClassName
{
border-color: #C52898;
}
</style>