Shades of Medium Red Violet #C531AB
Tints of Medium Red Violet #C531AB
RGB
CMYK
RGB Variations
Color information
#C531AB (or 0xC531AB) is known color: Medium Red Violet. HEX triplet: C5, 31 and AB. RGB value is (197,49,171). Sum of RGB (Red+Green+Blue) = 197+49+171=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C531AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531AB is #3ACE54. Grayscale: #6A6A6A. Windows color (decimal): -3853909 or 11219397. OLE color: 11219397.
HSL color Cylindrical-coordinate representation of color #C531AB: hue angle of 310.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C531AB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 171 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.23 |
| HSL | 310.54º | 0.6% | 0.48% | - |
| HSV(B) | 310.54º | 0.75% | 0.77% | - |
| XYZ | 31.47 | 17.01 | 40.15 | - |
| YUV | 107.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 171 | 0 | 0.75 | 0.13 | 0.23 | 310.54 | 0.6 | 0.48 |
| Hex | C5 | 31 | AB | 0 | 4B | D | 17 | 137 | 3C | 30 |
| Octal | 305 | 61 | 253 | 0 | 113 | 15 | 27 | 467 | 74 | 60 |
| Binary | 11000101 | 110001 | 10101011 | 0 | 1001011 | 1101 | 10111 | 100110111 | 111100 | 110000 |
Color Harmonies of #C531AB
Complementary color
Monochromatic Colors of #C531AB
Black with #C531AB
Text Example
Text Example
White with #C531AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531AB; }
p { color: rgb(197,49,171); }
H1.HeaderClassName
{
color: #C531AB;
}
.AnyTagClassName
{
color: #C531AB;
}
</style>
background-color css
<style>
a { background-color: #C531AB; }
a { background-color: rgb(197,49,171); }
div.DivClassName
{
background-color: #C531AB;
}
.BgClassName
{
background-color: #C531AB;
}
</style>
border-color css
<style>
span { border-color: #C531AB; }
span { border-color: rgb(197,49,171); }
td.TdClassName
{
border-color: #C531AB;
}
.TagClassName
{
border-color: #C531AB;
}
</style>