Shades of Medium Red Violet #C53776
Tints of Medium Red Violet #C53776
RGB
CMYK
RGB Variations
Color information
#C53776 (or 0xC53776) is known color: Medium Red Violet. HEX triplet: C5, 37 and 76. RGB value is (197,55,118). Sum of RGB (Red+Green+Blue) = 197+55+118=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C53776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53776 is #3AC889. Grayscale: #686868. Windows color (decimal): -3852426 or 7747525. OLE color: 7747525.
HSL color Cylindrical-coordinate representation of color #C53776: hue angle of 333.38º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53776 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 118 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.23 |
| HSL | 333.38º | 0.56% | 0.49% | - |
| HSV(B) | 333.38º | 0.72% | 0.77% | - |
| XYZ | 27.66 | 15.91 | 18.75 | - |
| YUV | 104.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 118 | 0 | 0.72 | 0.40 | 0.23 | 333.38 | 0.56 | 0.49 |
| Hex | C5 | 37 | 76 | 0 | 48 | 28 | 17 | 14D | 38 | 31 |
| Octal | 305 | 67 | 166 | 0 | 110 | 50 | 27 | 515 | 70 | 61 |
| Binary | 11000101 | 110111 | 1110110 | 0 | 1001000 | 101000 | 10111 | 101001101 | 111000 | 110001 |
Color Harmonies of #C53776
Complementary color
Monochromatic Colors of #C53776
Black with #C53776
Text Example
Text Example
White with #C53776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53776; }
p { color: rgb(197,55,118); }
H1.HeaderClassName
{
color: #C53776;
}
.AnyTagClassName
{
color: #C53776;
}
</style>
background-color css
<style>
a { background-color: #C53776; }
a { background-color: rgb(197,55,118); }
div.DivClassName
{
background-color: #C53776;
}
.BgClassName
{
background-color: #C53776;
}
</style>
border-color css
<style>
span { border-color: #C53776; }
span { border-color: rgb(197,55,118); }
td.TdClassName
{
border-color: #C53776;
}
.TagClassName
{
border-color: #C53776;
}
</style>