Shades of Medium Red Violet #C53C8D
Tints of Medium Red Violet #C53C8D
RGB
CMYK
RGB Variations
Color information
#C53C8D (or 0xC53C8D) is known color: Medium Red Violet. HEX triplet: C5, 3C and 8D. RGB value is (197,60,141). Sum of RGB (Red+Green+Blue) = 197+60+141=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53C8D is #3AC372. Grayscale: #6E6E6E. Windows color (decimal): -3851123 or 9256133. OLE color: 9256133.
HSL color Cylindrical-coordinate representation of color #C53C8D: hue angle of 324.53º 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 #C53C8D is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 141 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.23 |
| HSL | 324.53º | 0.54% | 0.5% | - |
| HSV(B) | 324.53º | 0.7% | 0.77% | - |
| XYZ | 29.45 | 17.03 | 26.93 | - |
| YUV | 110.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 141 | 0 | 0.70 | 0.28 | 0.23 | 324.53 | 0.54 | 0.5 |
| Hex | C5 | 3C | 8D | 0 | 46 | 1C | 17 | 145 | 36 | 32 |
| Octal | 305 | 74 | 215 | 0 | 106 | 34 | 27 | 505 | 66 | 62 |
| Binary | 11000101 | 111100 | 10001101 | 0 | 1000110 | 11100 | 10111 | 101000101 | 110110 | 110010 |
Color Harmonies of #C53C8D
Complementary color
Monochromatic Colors of #C53C8D
Black with #C53C8D
Text Example
Text Example
White with #C53C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C8D; }
p { color: rgb(197,60,141); }
H1.HeaderClassName
{
color: #C53C8D;
}
.AnyTagClassName
{
color: #C53C8D;
}
</style>
background-color css
<style>
a { background-color: #C53C8D; }
a { background-color: rgb(197,60,141); }
div.DivClassName
{
background-color: #C53C8D;
}
.BgClassName
{
background-color: #C53C8D;
}
</style>
border-color css
<style>
span { border-color: #C53C8D; }
span { border-color: rgb(197,60,141); }
td.TdClassName
{
border-color: #C53C8D;
}
.TagClassName
{
border-color: #C53C8D;
}
</style>