Shades of Medium Red Violet #C532A0
Tints of Medium Red Violet #C532A0
RGB
CMYK
RGB Variations
Color information
#C532A0 (or 0xC532A0) is known color: Medium Red Violet. HEX triplet: C5, 32 and A0. RGB value is (197,50,160). Sum of RGB (Red+Green+Blue) = 197+50+160=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C532A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532A0 is #3ACD5F. Grayscale: #6A6A6A. Windows color (decimal): -3853664 or 10498757. OLE color: 10498757.
HSL color Cylindrical-coordinate representation of color #C532A0: hue angle of 315.1º 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 #C532A0 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 160 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.23 |
| HSL | 315.1º | 0.6% | 0.48% | - |
| HSV(B) | 315.1º | 0.75% | 0.77% | - |
| XYZ | 30.51 | 16.69 | 34.87 | - |
| YUV | 106.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 160 | 0 | 0.75 | 0.19 | 0.23 | 315.1 | 0.6 | 0.48 |
| Hex | C5 | 32 | A0 | 0 | 4B | 13 | 17 | 13B | 3C | 30 |
| Octal | 305 | 62 | 240 | 0 | 113 | 23 | 27 | 473 | 74 | 60 |
| Binary | 11000101 | 110010 | 10100000 | 0 | 1001011 | 10011 | 10111 | 100111011 | 111100 | 110000 |
Color Harmonies of #C532A0
Complementary color
Monochromatic Colors of #C532A0
Black with #C532A0
Text Example
Text Example
White with #C532A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532A0; }
p { color: rgb(197,50,160); }
H1.HeaderClassName
{
color: #C532A0;
}
.AnyTagClassName
{
color: #C532A0;
}
</style>
background-color css
<style>
a { background-color: #C532A0; }
a { background-color: rgb(197,50,160); }
div.DivClassName
{
background-color: #C532A0;
}
.BgClassName
{
background-color: #C532A0;
}
</style>
border-color css
<style>
span { border-color: #C532A0; }
span { border-color: rgb(197,50,160); }
td.TdClassName
{
border-color: #C532A0;
}
.TagClassName
{
border-color: #C532A0;
}
</style>