Shades of Medium Red Violet #C532A2
Tints of Medium Red Violet #C532A2
RGB
CMYK
RGB Variations
Color information
#C532A2 (or 0xC532A2) is known color: Medium Red Violet. HEX triplet: C5, 32 and A2. RGB value is (197,50,162). Sum of RGB (Red+Green+Blue) = 197+50+162=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C532A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532A2 is #3ACD5D. Grayscale: #6A6A6A. Windows color (decimal): -3853662 or 10629829. OLE color: 10629829.
HSL color Cylindrical-coordinate representation of color #C532A2: hue angle of 314.29º 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 #C532A2 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 162 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.23 |
| HSL | 314.29º | 0.6% | 0.48% | - |
| HSV(B) | 314.29º | 0.75% | 0.77% | - |
| XYZ | 30.69 | 16.76 | 35.8 | - |
| YUV | 106.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 162 | 0 | 0.75 | 0.18 | 0.23 | 314.29 | 0.6 | 0.48 |
| Hex | C5 | 32 | A2 | 0 | 4B | 12 | 17 | 13A | 3C | 30 |
| Octal | 305 | 62 | 242 | 0 | 113 | 22 | 27 | 472 | 74 | 60 |
| Binary | 11000101 | 110010 | 10100010 | 0 | 1001011 | 10010 | 10111 | 100111010 | 111100 | 110000 |
Color Harmonies of #C532A2
Complementary color
Monochromatic Colors of #C532A2
Black with #C532A2
Text Example
Text Example
White with #C532A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532A2; }
p { color: rgb(197,50,162); }
H1.HeaderClassName
{
color: #C532A2;
}
.AnyTagClassName
{
color: #C532A2;
}
</style>
background-color css
<style>
a { background-color: #C532A2; }
a { background-color: rgb(197,50,162); }
div.DivClassName
{
background-color: #C532A2;
}
.BgClassName
{
background-color: #C532A2;
}
</style>
border-color css
<style>
span { border-color: #C532A2; }
span { border-color: rgb(197,50,162); }
td.TdClassName
{
border-color: #C532A2;
}
.TagClassName
{
border-color: #C532A2;
}
</style>