Shades of Medium Red Violet #C53676
Tints of Medium Red Violet #C53676
RGB
CMYK
RGB Variations
Color information
#C53676 (or 0xC53676) is known color: Medium Red Violet. HEX triplet: C5, 36 and 76. RGB value is (197,54,118). Sum of RGB (Red+Green+Blue) = 197+54+118=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C53676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53676 is #3AC989. Grayscale: #676767. Windows color (decimal): -3852682 or 7747269. OLE color: 7747269.
HSL color Cylindrical-coordinate representation of color #C53676: hue angle of 333.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53676 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 118 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.23 |
| HSL | 333.15º | 0.57% | 0.49% | - |
| HSV(B) | 333.15º | 0.73% | 0.77% | - |
| XYZ | 27.62 | 15.82 | 18.74 | - |
| YUV | 104.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 118 | 0 | 0.73 | 0.40 | 0.23 | 333.15 | 0.57 | 0.49 |
| Hex | C5 | 36 | 76 | 0 | 49 | 28 | 17 | 14D | 39 | 31 |
| Octal | 305 | 66 | 166 | 0 | 111 | 50 | 27 | 515 | 71 | 61 |
| Binary | 11000101 | 110110 | 1110110 | 0 | 1001001 | 101000 | 10111 | 101001101 | 111001 | 110001 |
Color Harmonies of #C53676
Complementary color
Monochromatic Colors of #C53676
Black with #C53676
Text Example
Text Example
White with #C53676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53676; }
p { color: rgb(197,54,118); }
H1.HeaderClassName
{
color: #C53676;
}
.AnyTagClassName
{
color: #C53676;
}
</style>
background-color css
<style>
a { background-color: #C53676; }
a { background-color: rgb(197,54,118); }
div.DivClassName
{
background-color: #C53676;
}
.BgClassName
{
background-color: #C53676;
}
</style>
border-color css
<style>
span { border-color: #C53676; }
span { border-color: rgb(197,54,118); }
td.TdClassName
{
border-color: #C53676;
}
.TagClassName
{
border-color: #C53676;
}
</style>