Shades of Medium Red Violet #C531A4
Tints of Medium Red Violet #C531A4
RGB
CMYK
RGB Variations
Color information
#C531A4 (or 0xC531A4) is known color: Medium Red Violet. HEX triplet: C5, 31 and A4. RGB value is (197,49,164). Sum of RGB (Red+Green+Blue) = 197+49+164=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C531A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531A4 is #3ACE5B. Grayscale: #6A6A6A. Windows color (decimal): -3853916 or 10760645. OLE color: 10760645.
HSL color Cylindrical-coordinate representation of color #C531A4: hue angle of 313.38º 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 #C531A4 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 164 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.23 |
| HSL | 313.38º | 0.6% | 0.48% | - |
| HSV(B) | 313.38º | 0.75% | 0.77% | - |
| XYZ | 30.83 | 16.75 | 36.73 | - |
| YUV | 106.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 164 | 0 | 0.75 | 0.17 | 0.23 | 313.38 | 0.6 | 0.48 |
| Hex | C5 | 31 | A4 | 0 | 4B | 11 | 17 | 139 | 3C | 30 |
| Octal | 305 | 61 | 244 | 0 | 113 | 21 | 27 | 471 | 74 | 60 |
| Binary | 11000101 | 110001 | 10100100 | 0 | 1001011 | 10001 | 10111 | 100111001 | 111100 | 110000 |
Color Harmonies of #C531A4
Complementary color
Monochromatic Colors of #C531A4
Black with #C531A4
Text Example
Text Example
White with #C531A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531A4; }
p { color: rgb(197,49,164); }
H1.HeaderClassName
{
color: #C531A4;
}
.AnyTagClassName
{
color: #C531A4;
}
</style>
background-color css
<style>
a { background-color: #C531A4; }
a { background-color: rgb(197,49,164); }
div.DivClassName
{
background-color: #C531A4;
}
.BgClassName
{
background-color: #C531A4;
}
</style>
border-color css
<style>
span { border-color: #C531A4; }
span { border-color: rgb(197,49,164); }
td.TdClassName
{
border-color: #C531A4;
}
.TagClassName
{
border-color: #C531A4;
}
</style>