Shades of Medium Red Violet #C53879
Tints of Medium Red Violet #C53879
RGB
CMYK
RGB Variations
Color information
#C53879 (or 0xC53879) is known color: Medium Red Violet. HEX triplet: C5, 38 and 79. RGB value is (197,56,121). Sum of RGB (Red+Green+Blue) = 197+56+121=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C53879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53879 is #3AC786. Grayscale: #696969. Windows color (decimal): -3852167 or 7944389. OLE color: 7944389.
HSL color Cylindrical-coordinate representation of color #C53879: hue angle of 332.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53879 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 121 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.23 |
| HSL | 332.34º | 0.56% | 0.5% | - |
| HSV(B) | 332.34º | 0.72% | 0.77% | - |
| XYZ | 27.89 | 16.08 | 19.72 | - |
| YUV | 105.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 121 | 0 | 0.72 | 0.39 | 0.23 | 332.34 | 0.56 | 0.5 |
| Hex | C5 | 38 | 79 | 0 | 48 | 27 | 17 | 14C | 38 | 32 |
| Octal | 305 | 70 | 171 | 0 | 110 | 47 | 27 | 514 | 70 | 62 |
| Binary | 11000101 | 111000 | 1111001 | 0 | 1001000 | 100111 | 10111 | 101001100 | 111000 | 110010 |
Color Harmonies of #C53879
Complementary color
Monochromatic Colors of #C53879
Black with #C53879
Text Example
Text Example
White with #C53879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53879; }
p { color: rgb(197,56,121); }
H1.HeaderClassName
{
color: #C53879;
}
.AnyTagClassName
{
color: #C53879;
}
</style>
background-color css
<style>
a { background-color: #C53879; }
a { background-color: rgb(197,56,121); }
div.DivClassName
{
background-color: #C53879;
}
.BgClassName
{
background-color: #C53879;
}
</style>
border-color css
<style>
span { border-color: #C53879; }
span { border-color: rgb(197,56,121); }
td.TdClassName
{
border-color: #C53879;
}
.TagClassName
{
border-color: #C53879;
}
</style>