Shades of Medium Red Violet #C532A4
Tints of Medium Red Violet #C532A4
RGB
CMYK
RGB Variations
Color information
#C532A4 (or 0xC532A4) is known color: Medium Red Violet. HEX triplet: C5, 32 and A4. RGB value is (197,50,164). Sum of RGB (Red+Green+Blue) = 197+50+164=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C532A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532A4 is #3ACD5B. Grayscale: #6A6A6A. Windows color (decimal): -3853660 or 10760901. OLE color: 10760901.
HSL color Cylindrical-coordinate representation of color #C532A4: hue angle of 313.47º 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 #C532A4 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 164 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.23 |
| HSL | 313.47º | 0.6% | 0.48% | - |
| HSV(B) | 313.47º | 0.75% | 0.77% | - |
| XYZ | 30.87 | 16.83 | 36.74 | - |
| YUV | 106.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 164 | 0 | 0.75 | 0.17 | 0.23 | 313.47 | 0.6 | 0.48 |
| Hex | C5 | 32 | A4 | 0 | 4B | 11 | 17 | 139 | 3C | 30 |
| Octal | 305 | 62 | 244 | 0 | 113 | 21 | 27 | 471 | 74 | 60 |
| Binary | 11000101 | 110010 | 10100100 | 0 | 1001011 | 10001 | 10111 | 100111001 | 111100 | 110000 |
Color Harmonies of #C532A4
Complementary color
Monochromatic Colors of #C532A4
Black with #C532A4
Text Example
Text Example
White with #C532A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532A4; }
p { color: rgb(197,50,164); }
H1.HeaderClassName
{
color: #C532A4;
}
.AnyTagClassName
{
color: #C532A4;
}
</style>
background-color css
<style>
a { background-color: #C532A4; }
a { background-color: rgb(197,50,164); }
div.DivClassName
{
background-color: #C532A4;
}
.BgClassName
{
background-color: #C532A4;
}
</style>
border-color css
<style>
span { border-color: #C532A4; }
span { border-color: rgb(197,50,164); }
td.TdClassName
{
border-color: #C532A4;
}
.TagClassName
{
border-color: #C532A4;
}
</style>