Shades of Medium Red Violet #C531A7
Tints of Medium Red Violet #C531A7
RGB
CMYK
RGB Variations
Color information
#C531A7 (or 0xC531A7) is known color: Medium Red Violet. HEX triplet: C5, 31 and A7. RGB value is (197,49,167). Sum of RGB (Red+Green+Blue) = 197+49+167=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C531A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531A7 is #3ACE58. Grayscale: #6A6A6A. Windows color (decimal): -3853913 or 10957253. OLE color: 10957253.
HSL color Cylindrical-coordinate representation of color #C531A7: hue angle of 312.16º 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 #C531A7 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 167 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.23 |
| HSL | 312.16º | 0.6% | 0.48% | - |
| HSV(B) | 312.16º | 0.75% | 0.77% | - |
| XYZ | 31.1 | 16.86 | 38.17 | - |
| YUV | 106.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 167 | 0 | 0.75 | 0.15 | 0.23 | 312.16 | 0.6 | 0.48 |
| Hex | C5 | 31 | A7 | 0 | 4B | F | 17 | 138 | 3C | 30 |
| Octal | 305 | 61 | 247 | 0 | 113 | 17 | 27 | 470 | 74 | 60 |
| Binary | 11000101 | 110001 | 10100111 | 0 | 1001011 | 1111 | 10111 | 100111000 | 111100 | 110000 |
Color Harmonies of #C531A7
Complementary color
Monochromatic Colors of #C531A7
Black with #C531A7
Text Example
Text Example
White with #C531A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531A7; }
p { color: rgb(197,49,167); }
H1.HeaderClassName
{
color: #C531A7;
}
.AnyTagClassName
{
color: #C531A7;
}
</style>
background-color css
<style>
a { background-color: #C531A7; }
a { background-color: rgb(197,49,167); }
div.DivClassName
{
background-color: #C531A7;
}
.BgClassName
{
background-color: #C531A7;
}
</style>
border-color css
<style>
span { border-color: #C531A7; }
span { border-color: rgb(197,49,167); }
td.TdClassName
{
border-color: #C531A7;
}
.TagClassName
{
border-color: #C531A7;
}
</style>