Shades of Medium Red Violet #C532A1
Tints of Medium Red Violet #C532A1
RGB
CMYK
RGB Variations
Color information
#C532A1 (or 0xC532A1) is known color: Medium Red Violet. HEX triplet: C5, 32 and A1. RGB value is (197,50,161). Sum of RGB (Red+Green+Blue) = 197+50+161=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C532A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532A1 is #3ACD5E. Grayscale: #6A6A6A. Windows color (decimal): -3853663 or 10564293. OLE color: 10564293.
HSL color Cylindrical-coordinate representation of color #C532A1: hue angle of 314.69º 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 #C532A1 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 161 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.23 |
| HSL | 314.69º | 0.6% | 0.48% | - |
| HSV(B) | 314.69º | 0.75% | 0.77% | - |
| XYZ | 30.6 | 16.72 | 35.33 | - |
| YUV | 106.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 161 | 0 | 0.75 | 0.18 | 0.23 | 314.69 | 0.6 | 0.48 |
| Hex | C5 | 32 | A1 | 0 | 4B | 12 | 17 | 13B | 3C | 30 |
| Octal | 305 | 62 | 241 | 0 | 113 | 22 | 27 | 473 | 74 | 60 |
| Binary | 11000101 | 110010 | 10100001 | 0 | 1001011 | 10010 | 10111 | 100111011 | 111100 | 110000 |
Color Harmonies of #C532A1
Complementary color
Monochromatic Colors of #C532A1
Black with #C532A1
Text Example
Text Example
White with #C532A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532A1; }
p { color: rgb(197,50,161); }
H1.HeaderClassName
{
color: #C532A1;
}
.AnyTagClassName
{
color: #C532A1;
}
</style>
background-color css
<style>
a { background-color: #C532A1; }
a { background-color: rgb(197,50,161); }
div.DivClassName
{
background-color: #C532A1;
}
.BgClassName
{
background-color: #C532A1;
}
</style>
border-color css
<style>
span { border-color: #C532A1; }
span { border-color: rgb(197,50,161); }
td.TdClassName
{
border-color: #C532A1;
}
.TagClassName
{
border-color: #C532A1;
}
</style>