Shades of Medium Red Violet #C539A1
Tints of Medium Red Violet #C539A1
RGB
CMYK
RGB Variations
Color information
#C539A1 (or 0xC539A1) is known color: Medium Red Violet. HEX triplet: C5, 39 and A1. RGB value is (197,57,161). Sum of RGB (Red+Green+Blue) = 197+57+161=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C539A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539A1 is #3AC65E. Grayscale: #6E6E6E. Windows color (decimal): -3851871 or 10566085. OLE color: 10566085.
HSL color Cylindrical-coordinate representation of color #C539A1: hue angle of 315.43º 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 #C539A1 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 161 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.23 |
| HSL | 315.43º | 0.55% | 0.5% | - |
| HSV(B) | 315.43º | 0.71% | 0.77% | - |
| XYZ | 30.92 | 17.37 | 35.44 | - |
| YUV | 110.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 161 | 0 | 0.71 | 0.18 | 0.23 | 315.43 | 0.55 | 0.5 |
| Hex | C5 | 39 | A1 | 0 | 47 | 12 | 17 | 13B | 37 | 32 |
| Octal | 305 | 71 | 241 | 0 | 107 | 22 | 27 | 473 | 67 | 62 |
| Binary | 11000101 | 111001 | 10100001 | 0 | 1000111 | 10010 | 10111 | 100111011 | 110111 | 110010 |
Color Harmonies of #C539A1
Complementary color
Monochromatic Colors of #C539A1
Black with #C539A1
Text Example
Text Example
White with #C539A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539A1; }
p { color: rgb(197,57,161); }
H1.HeaderClassName
{
color: #C539A1;
}
.AnyTagClassName
{
color: #C539A1;
}
</style>
background-color css
<style>
a { background-color: #C539A1; }
a { background-color: rgb(197,57,161); }
div.DivClassName
{
background-color: #C539A1;
}
.BgClassName
{
background-color: #C539A1;
}
</style>
border-color css
<style>
span { border-color: #C539A1; }
span { border-color: rgb(197,57,161); }
td.TdClassName
{
border-color: #C539A1;
}
.TagClassName
{
border-color: #C539A1;
}
</style>