Shades of Medium Red Violet #C53473
Tints of Medium Red Violet #C53473
RGB
CMYK
RGB Variations
Color information
#C53473 (or 0xC53473) is known color: Medium Red Violet. HEX triplet: C5, 34 and 73. RGB value is (197,52,115). Sum of RGB (Red+Green+Blue) = 197+52+115=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C53473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53473 is #3ACB8C. Grayscale: #666666. Windows color (decimal): -3853197 or 7550149. OLE color: 7550149.
HSL color Cylindrical-coordinate representation of color #C53473: hue angle of 333.93º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53473 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 115 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.23 |
| HSL | 333.93º | 0.58% | 0.49% | - |
| HSV(B) | 333.93º | 0.74% | 0.77% | - |
| XYZ | 27.35 | 15.56 | 17.78 | - |
| YUV | 102.54 | 135.04 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 115 | 0 | 0.74 | 0.42 | 0.23 | 333.93 | 0.58 | 0.49 |
| Hex | C5 | 34 | 73 | 0 | 4A | 2A | 17 | 14E | 3A | 31 |
| Octal | 305 | 64 | 163 | 0 | 112 | 52 | 27 | 516 | 72 | 61 |
| Binary | 11000101 | 110100 | 1110011 | 0 | 1001010 | 101010 | 10111 | 101001110 | 111010 | 110001 |
Color Harmonies of #C53473
Complementary color
Monochromatic Colors of #C53473
Black with #C53473
Text Example
Text Example
White with #C53473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53473; }
p { color: rgb(197,52,115); }
H1.HeaderClassName
{
color: #C53473;
}
.AnyTagClassName
{
color: #C53473;
}
</style>
background-color css
<style>
a { background-color: #C53473; }
a { background-color: rgb(197,52,115); }
div.DivClassName
{
background-color: #C53473;
}
.BgClassName
{
background-color: #C53473;
}
</style>
border-color css
<style>
span { border-color: #C53473; }
span { border-color: rgb(197,52,115); }
td.TdClassName
{
border-color: #C53473;
}
.TagClassName
{
border-color: #C53473;
}
</style>