Shades of Medium Red Violet #C53C83
Tints of Medium Red Violet #C53C83
RGB
CMYK
RGB Variations
Color information
#C53C83 (or 0xC53C83) is known color: Medium Red Violet. HEX triplet: C5, 3C and 83. RGB value is (197,60,131). Sum of RGB (Red+Green+Blue) = 197+60+131=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53C83 is #3AC37C. Grayscale: #6C6C6C. Windows color (decimal): -3851133 or 8600773. OLE color: 8600773.
HSL color Cylindrical-coordinate representation of color #C53C83: hue angle of 328.91º 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 #C53C83 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 131 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.23 |
| HSL | 328.91º | 0.54% | 0.5% | - |
| HSV(B) | 328.91º | 0.7% | 0.77% | - |
| XYZ | 28.74 | 16.74 | 23.19 | - |
| YUV | 109.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 131 | 0 | 0.70 | 0.34 | 0.23 | 328.91 | 0.54 | 0.5 |
| Hex | C5 | 3C | 83 | 0 | 46 | 22 | 17 | 149 | 36 | 32 |
| Octal | 305 | 74 | 203 | 0 | 106 | 42 | 27 | 511 | 66 | 62 |
| Binary | 11000101 | 111100 | 10000011 | 0 | 1000110 | 100010 | 10111 | 101001001 | 110110 | 110010 |
Color Harmonies of #C53C83
Complementary color
Monochromatic Colors of #C53C83
Black with #C53C83
Text Example
Text Example
White with #C53C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C83; }
p { color: rgb(197,60,131); }
H1.HeaderClassName
{
color: #C53C83;
}
.AnyTagClassName
{
color: #C53C83;
}
</style>
background-color css
<style>
a { background-color: #C53C83; }
a { background-color: rgb(197,60,131); }
div.DivClassName
{
background-color: #C53C83;
}
.BgClassName
{
background-color: #C53C83;
}
</style>
border-color css
<style>
span { border-color: #C53C83; }
span { border-color: rgb(197,60,131); }
td.TdClassName
{
border-color: #C53C83;
}
.TagClassName
{
border-color: #C53C83;
}
</style>