Shades of Medium Red Violet #C53474
Tints of Medium Red Violet #C53474
RGB
CMYK
RGB Variations
Color information
#C53474 (or 0xC53474) is known color: Medium Red Violet. HEX triplet: C5, 34 and 74. RGB value is (197,52,116). Sum of RGB (Red+Green+Blue) = 197+52+116=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C53474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53474 is #3ACB8B. Grayscale: #666666. Windows color (decimal): -3853196 or 7615685. OLE color: 7615685.
HSL color Cylindrical-coordinate representation of color #C53474: hue angle of 333.52º 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 #C53474 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 116 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.23 |
| HSL | 333.52º | 0.58% | 0.49% | - |
| HSV(B) | 333.52º | 0.74% | 0.77% | - |
| XYZ | 27.41 | 15.59 | 18.09 | - |
| YUV | 102.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 116 | 0 | 0.74 | 0.41 | 0.23 | 333.52 | 0.58 | 0.49 |
| Hex | C5 | 34 | 74 | 0 | 4A | 29 | 17 | 14E | 3A | 31 |
| Octal | 305 | 64 | 164 | 0 | 112 | 51 | 27 | 516 | 72 | 61 |
| Binary | 11000101 | 110100 | 1110100 | 0 | 1001010 | 101001 | 10111 | 101001110 | 111010 | 110001 |
Color Harmonies of #C53474
Complementary color
Monochromatic Colors of #C53474
Black with #C53474
Text Example
Text Example
White with #C53474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53474; }
p { color: rgb(197,52,116); }
H1.HeaderClassName
{
color: #C53474;
}
.AnyTagClassName
{
color: #C53474;
}
</style>
background-color css
<style>
a { background-color: #C53474; }
a { background-color: rgb(197,52,116); }
div.DivClassName
{
background-color: #C53474;
}
.BgClassName
{
background-color: #C53474;
}
</style>
border-color css
<style>
span { border-color: #C53474; }
span { border-color: rgb(197,52,116); }
td.TdClassName
{
border-color: #C53474;
}
.TagClassName
{
border-color: #C53474;
}
</style>