Shades of Medium Red Violet #C53B78
Tints of Medium Red Violet #C53B78
RGB
CMYK
RGB Variations
Color information
#C53B78 (or 0xC53B78) is known color: Medium Red Violet. HEX triplet: C5, 3B and 78. RGB value is (197,59,120). Sum of RGB (Red+Green+Blue) = 197+59+120=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B78 is #3AC487. Grayscale: #6B6B6B. Windows color (decimal): -3851400 or 7879621. OLE color: 7879621.
HSL color Cylindrical-coordinate representation of color #C53B78: hue angle of 333.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B78 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 120 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.23 |
| HSL | 333.48º | 0.54% | 0.5% | - |
| HSV(B) | 333.48º | 0.7% | 0.77% | - |
| XYZ | 27.98 | 16.35 | 19.45 | - |
| YUV | 107.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 120 | 0 | 0.70 | 0.39 | 0.23 | 333.48 | 0.54 | 0.5 |
| Hex | C5 | 3B | 78 | 0 | 46 | 27 | 17 | 14D | 36 | 32 |
| Octal | 305 | 73 | 170 | 0 | 106 | 47 | 27 | 515 | 66 | 62 |
| Binary | 11000101 | 111011 | 1111000 | 0 | 1000110 | 100111 | 10111 | 101001101 | 110110 | 110010 |
Color Harmonies of #C53B78
Complementary color
Monochromatic Colors of #C53B78
Black with #C53B78
Text Example
Text Example
White with #C53B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B78; }
p { color: rgb(197,59,120); }
H1.HeaderClassName
{
color: #C53B78;
}
.AnyTagClassName
{
color: #C53B78;
}
</style>
background-color css
<style>
a { background-color: #C53B78; }
a { background-color: rgb(197,59,120); }
div.DivClassName
{
background-color: #C53B78;
}
.BgClassName
{
background-color: #C53B78;
}
</style>
border-color css
<style>
span { border-color: #C53B78; }
span { border-color: rgb(197,59,120); }
td.TdClassName
{
border-color: #C53B78;
}
.TagClassName
{
border-color: #C53B78;
}
</style>