Shades of Medium Red Violet #C53C8C
Tints of Medium Red Violet #C53C8C
RGB
CMYK
RGB Variations
Color information
#C53C8C (or 0xC53C8C) is known color: Medium Red Violet. HEX triplet: C5, 3C and 8C. RGB value is (197,60,140). Sum of RGB (Red+Green+Blue) = 197+60+140=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53C8C is #3AC373. Grayscale: #6D6D6D. Windows color (decimal): -3851124 or 9190597. OLE color: 9190597.
HSL color Cylindrical-coordinate representation of color #C53C8C: hue angle of 324.96º 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 #C53C8C is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 140 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.23 |
| HSL | 324.96º | 0.54% | 0.5% | - |
| HSV(B) | 324.96º | 0.7% | 0.77% | - |
| XYZ | 29.38 | 17 | 26.54 | - |
| YUV | 110.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 140 | 0 | 0.70 | 0.29 | 0.23 | 324.96 | 0.54 | 0.5 |
| Hex | C5 | 3C | 8C | 0 | 46 | 1D | 17 | 145 | 36 | 32 |
| Octal | 305 | 74 | 214 | 0 | 106 | 35 | 27 | 505 | 66 | 62 |
| Binary | 11000101 | 111100 | 10001100 | 0 | 1000110 | 11101 | 10111 | 101000101 | 110110 | 110010 |
Color Harmonies of #C53C8C
Complementary color
Monochromatic Colors of #C53C8C
Black with #C53C8C
Text Example
Text Example
White with #C53C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C8C; }
p { color: rgb(197,60,140); }
H1.HeaderClassName
{
color: #C53C8C;
}
.AnyTagClassName
{
color: #C53C8C;
}
</style>
background-color css
<style>
a { background-color: #C53C8C; }
a { background-color: rgb(197,60,140); }
div.DivClassName
{
background-color: #C53C8C;
}
.BgClassName
{
background-color: #C53C8C;
}
</style>
border-color css
<style>
span { border-color: #C53C8C; }
span { border-color: rgb(197,60,140); }
td.TdClassName
{
border-color: #C53C8C;
}
.TagClassName
{
border-color: #C53C8C;
}
</style>