Shades of Medium Red Violet #C532A7
Tints of Medium Red Violet #C532A7
RGB
CMYK
RGB Variations
Color information
#C532A7 (or 0xC532A7) is known color: Medium Red Violet. HEX triplet: C5, 32 and A7. RGB value is (197,50,167). Sum of RGB (Red+Green+Blue) = 197+50+167=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C532A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532A7 is #3ACD58. Grayscale: #6A6A6A. Windows color (decimal): -3853657 or 10957509. OLE color: 10957509.
HSL color Cylindrical-coordinate representation of color #C532A7: hue angle of 312.24º 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 #C532A7 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 167 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.23 |
| HSL | 312.24º | 0.6% | 0.48% | - |
| HSV(B) | 312.24º | 0.75% | 0.77% | - |
| XYZ | 31.14 | 16.94 | 38.19 | - |
| YUV | 107.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 167 | 0 | 0.75 | 0.15 | 0.23 | 312.24 | 0.6 | 0.48 |
| Hex | C5 | 32 | A7 | 0 | 4B | F | 17 | 138 | 3C | 30 |
| Octal | 305 | 62 | 247 | 0 | 113 | 17 | 27 | 470 | 74 | 60 |
| Binary | 11000101 | 110010 | 10100111 | 0 | 1001011 | 1111 | 10111 | 100111000 | 111100 | 110000 |
Color Harmonies of #C532A7
Complementary color
Monochromatic Colors of #C532A7
Black with #C532A7
Text Example
Text Example
White with #C532A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532A7; }
p { color: rgb(197,50,167); }
H1.HeaderClassName
{
color: #C532A7;
}
.AnyTagClassName
{
color: #C532A7;
}
</style>
background-color css
<style>
a { background-color: #C532A7; }
a { background-color: rgb(197,50,167); }
div.DivClassName
{
background-color: #C532A7;
}
.BgClassName
{
background-color: #C532A7;
}
</style>
border-color css
<style>
span { border-color: #C532A7; }
span { border-color: rgb(197,50,167); }
td.TdClassName
{
border-color: #C532A7;
}
.TagClassName
{
border-color: #C532A7;
}
</style>