Shades of Medium Red Violet #C53775
Tints of Medium Red Violet #C53775
RGB
CMYK
RGB Variations
Color information
#C53775 (or 0xC53775) is known color: Medium Red Violet. HEX triplet: C5, 37 and 75. RGB value is (197,55,117). Sum of RGB (Red+Green+Blue) = 197+55+117=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C53775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53775 is #3AC88A. Grayscale: #686868. Windows color (decimal): -3852427 or 7681989. OLE color: 7681989.
HSL color Cylindrical-coordinate representation of color #C53775: hue angle of 333.8º 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 #C53775 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 117 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.23 |
| HSL | 333.8º | 0.56% | 0.49% | - |
| HSV(B) | 333.8º | 0.72% | 0.77% | - |
| XYZ | 27.6 | 15.89 | 18.44 | - |
| YUV | 104.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 117 | 0 | 0.72 | 0.41 | 0.23 | 333.8 | 0.56 | 0.49 |
| Hex | C5 | 37 | 75 | 0 | 48 | 29 | 17 | 14E | 38 | 31 |
| Octal | 305 | 67 | 165 | 0 | 110 | 51 | 27 | 516 | 70 | 61 |
| Binary | 11000101 | 110111 | 1110101 | 0 | 1001000 | 101001 | 10111 | 101001110 | 111000 | 110001 |
Color Harmonies of #C53775
Complementary color
Monochromatic Colors of #C53775
Black with #C53775
Text Example
Text Example
White with #C53775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53775; }
p { color: rgb(197,55,117); }
H1.HeaderClassName
{
color: #C53775;
}
.AnyTagClassName
{
color: #C53775;
}
</style>
background-color css
<style>
a { background-color: #C53775; }
a { background-color: rgb(197,55,117); }
div.DivClassName
{
background-color: #C53775;
}
.BgClassName
{
background-color: #C53775;
}
</style>
border-color css
<style>
span { border-color: #C53775; }
span { border-color: rgb(197,55,117); }
td.TdClassName
{
border-color: #C53775;
}
.TagClassName
{
border-color: #C53775;
}
</style>