Shades of Medium Red Violet #C532A9
Tints of Medium Red Violet #C532A9
RGB
CMYK
RGB Variations
Color information
#C532A9 (or 0xC532A9) is known color: Medium Red Violet. HEX triplet: C5, 32 and A9. RGB value is (197,50,169). Sum of RGB (Red+Green+Blue) = 197+50+169=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C532A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532A9 is #3ACD56. Grayscale: #6B6B6B. Windows color (decimal): -3853655 or 11088581. OLE color: 11088581.
HSL color Cylindrical-coordinate representation of color #C532A9: hue angle of 311.43º 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 #C532A9 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 169 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.23 |
| HSL | 311.43º | 0.6% | 0.48% | - |
| HSV(B) | 311.43º | 0.75% | 0.77% | - |
| XYZ | 31.33 | 17.02 | 39.17 | - |
| YUV | 107.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 169 | 0 | 0.75 | 0.14 | 0.23 | 311.43 | 0.6 | 0.48 |
| Hex | C5 | 32 | A9 | 0 | 4B | E | 17 | 137 | 3C | 30 |
| Octal | 305 | 62 | 251 | 0 | 113 | 16 | 27 | 467 | 74 | 60 |
| Binary | 11000101 | 110010 | 10101001 | 0 | 1001011 | 1110 | 10111 | 100110111 | 111100 | 110000 |
Color Harmonies of #C532A9
Complementary color
Monochromatic Colors of #C532A9
Black with #C532A9
Text Example
Text Example
White with #C532A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532A9; }
p { color: rgb(197,50,169); }
H1.HeaderClassName
{
color: #C532A9;
}
.AnyTagClassName
{
color: #C532A9;
}
</style>
background-color css
<style>
a { background-color: #C532A9; }
a { background-color: rgb(197,50,169); }
div.DivClassName
{
background-color: #C532A9;
}
.BgClassName
{
background-color: #C532A9;
}
</style>
border-color css
<style>
span { border-color: #C532A9; }
span { border-color: rgb(197,50,169); }
td.TdClassName
{
border-color: #C532A9;
}
.TagClassName
{
border-color: #C532A9;
}
</style>