Shades of Medium Red Violet #C53A92
Tints of Medium Red Violet #C53A92
RGB
CMYK
RGB Variations
Color information
#C53A92 (or 0xC53A92) is known color: Medium Red Violet. HEX triplet: C5, 3A and 92. RGB value is (197,58,146). Sum of RGB (Red+Green+Blue) = 197+58+146=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A92 is #3AC56D. Grayscale: #6D6D6D. Windows color (decimal): -3851630 or 9583301. OLE color: 9583301.
HSL color Cylindrical-coordinate representation of color #C53A92: hue angle of 322.01º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A92 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 146 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.23 |
| HSL | 322.01º | 0.55% | 0.5% | - |
| HSV(B) | 322.01º | 0.71% | 0.77% | - |
| XYZ | 29.73 | 16.97 | 28.9 | - |
| YUV | 109.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 146 | 0 | 0.71 | 0.26 | 0.23 | 322.01 | 0.55 | 0.5 |
| Hex | C5 | 3A | 92 | 0 | 47 | 1A | 17 | 142 | 37 | 32 |
| Octal | 305 | 72 | 222 | 0 | 107 | 32 | 27 | 502 | 67 | 62 |
| Binary | 11000101 | 111010 | 10010010 | 0 | 1000111 | 11010 | 10111 | 101000010 | 110111 | 110010 |
Color Harmonies of #C53A92
Complementary color
Monochromatic Colors of #C53A92
Black with #C53A92
Text Example
Text Example
White with #C53A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A92; }
p { color: rgb(197,58,146); }
H1.HeaderClassName
{
color: #C53A92;
}
.AnyTagClassName
{
color: #C53A92;
}
</style>
background-color css
<style>
a { background-color: #C53A92; }
a { background-color: rgb(197,58,146); }
div.DivClassName
{
background-color: #C53A92;
}
.BgClassName
{
background-color: #C53A92;
}
</style>
border-color css
<style>
span { border-color: #C53A92; }
span { border-color: rgb(197,58,146); }
td.TdClassName
{
border-color: #C53A92;
}
.TagClassName
{
border-color: #C53A92;
}
</style>