Shades of Medium Red Violet #C537A3
Tints of Medium Red Violet #C537A3
RGB
CMYK
RGB Variations
Color information
#C537A3 (or 0xC537A3) is known color: Medium Red Violet. HEX triplet: C5, 37 and A3. RGB value is (197,55,163). Sum of RGB (Red+Green+Blue) = 197+55+163=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C537A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C537A3 is #3AC85C. Grayscale: #6D6D6D. Windows color (decimal): -3852381 or 10696645. OLE color: 10696645.
HSL color Cylindrical-coordinate representation of color #C537A3: hue angle of 314.37º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C537A3 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 163 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.23 |
| HSL | 314.37º | 0.56% | 0.49% | - |
| HSV(B) | 314.37º | 0.72% | 0.77% | - |
| XYZ | 31 | 17.25 | 36.35 | - |
| YUV | 109.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 163 | 0 | 0.72 | 0.17 | 0.23 | 314.37 | 0.56 | 0.49 |
| Hex | C5 | 37 | A3 | 0 | 48 | 11 | 17 | 13A | 38 | 31 |
| Octal | 305 | 67 | 243 | 0 | 110 | 21 | 27 | 472 | 70 | 61 |
| Binary | 11000101 | 110111 | 10100011 | 0 | 1001000 | 10001 | 10111 | 100111010 | 111000 | 110001 |
Color Harmonies of #C537A3
Complementary color
Monochromatic Colors of #C537A3
Black with #C537A3
Text Example
Text Example
White with #C537A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537A3; }
p { color: rgb(197,55,163); }
H1.HeaderClassName
{
color: #C537A3;
}
.AnyTagClassName
{
color: #C537A3;
}
</style>
background-color css
<style>
a { background-color: #C537A3; }
a { background-color: rgb(197,55,163); }
div.DivClassName
{
background-color: #C537A3;
}
.BgClassName
{
background-color: #C537A3;
}
</style>
border-color css
<style>
span { border-color: #C537A3; }
span { border-color: rgb(197,55,163); }
td.TdClassName
{
border-color: #C537A3;
}
.TagClassName
{
border-color: #C537A3;
}
</style>