Shades of Medium Red Violet #C53778
Tints of Medium Red Violet #C53778
RGB
CMYK
RGB Variations
Color information
#C53778 (or 0xC53778) is known color: Medium Red Violet. HEX triplet: C5, 37 and 78. RGB value is (197,55,120). Sum of RGB (Red+Green+Blue) = 197+55+120=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C53778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53778 is #3AC887. Grayscale: #686868. Windows color (decimal): -3852424 or 7878597. OLE color: 7878597.
HSL color Cylindrical-coordinate representation of color #C53778: hue angle of 332.54º 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 #C53778 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 120 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.23 |
| HSL | 332.54º | 0.56% | 0.49% | - |
| HSV(B) | 332.54º | 0.72% | 0.77% | - |
| XYZ | 27.78 | 15.96 | 19.39 | - |
| YUV | 104.87 | 136.54 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 120 | 0 | 0.72 | 0.39 | 0.23 | 332.54 | 0.56 | 0.49 |
| Hex | C5 | 37 | 78 | 0 | 48 | 27 | 17 | 14D | 38 | 31 |
| Octal | 305 | 67 | 170 | 0 | 110 | 47 | 27 | 515 | 70 | 61 |
| Binary | 11000101 | 110111 | 1111000 | 0 | 1001000 | 100111 | 10111 | 101001101 | 111000 | 110001 |
Color Harmonies of #C53778
Complementary color
Monochromatic Colors of #C53778
Black with #C53778
Text Example
Text Example
White with #C53778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53778; }
p { color: rgb(197,55,120); }
H1.HeaderClassName
{
color: #C53778;
}
.AnyTagClassName
{
color: #C53778;
}
</style>
background-color css
<style>
a { background-color: #C53778; }
a { background-color: rgb(197,55,120); }
div.DivClassName
{
background-color: #C53778;
}
.BgClassName
{
background-color: #C53778;
}
</style>
border-color css
<style>
span { border-color: #C53778; }
span { border-color: rgb(197,55,120); }
td.TdClassName
{
border-color: #C53778;
}
.TagClassName
{
border-color: #C53778;
}
</style>