Shades of Medium Red Violet #C53875
Tints of Medium Red Violet #C53875
RGB
CMYK
RGB Variations
Color information
#C53875 (or 0xC53875) is known color: Medium Red Violet. HEX triplet: C5, 38 and 75. RGB value is (197,56,117). Sum of RGB (Red+Green+Blue) = 197+56+117=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C53875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53875 is #3AC78A. Grayscale: #696969. Windows color (decimal): -3852171 or 7682245. OLE color: 7682245.
HSL color Cylindrical-coordinate representation of color #C53875: hue angle of 334.04º 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 #C53875 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 117 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.23 |
| HSL | 334.04º | 0.56% | 0.5% | - |
| HSV(B) | 334.04º | 0.72% | 0.77% | - |
| XYZ | 27.65 | 15.98 | 18.46 | - |
| YUV | 105.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 117 | 0 | 0.72 | 0.41 | 0.23 | 334.04 | 0.56 | 0.5 |
| Hex | C5 | 38 | 75 | 0 | 48 | 29 | 17 | 14E | 38 | 32 |
| Octal | 305 | 70 | 165 | 0 | 110 | 51 | 27 | 516 | 70 | 62 |
| Binary | 11000101 | 111000 | 1110101 | 0 | 1001000 | 101001 | 10111 | 101001110 | 111000 | 110010 |
Color Harmonies of #C53875
Complementary color
Monochromatic Colors of #C53875
Black with #C53875
Text Example
Text Example
White with #C53875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53875; }
p { color: rgb(197,56,117); }
H1.HeaderClassName
{
color: #C53875;
}
.AnyTagClassName
{
color: #C53875;
}
</style>
background-color css
<style>
a { background-color: #C53875; }
a { background-color: rgb(197,56,117); }
div.DivClassName
{
background-color: #C53875;
}
.BgClassName
{
background-color: #C53875;
}
</style>
border-color css
<style>
span { border-color: #C53875; }
span { border-color: rgb(197,56,117); }
td.TdClassName
{
border-color: #C53875;
}
.TagClassName
{
border-color: #C53875;
}
</style>