Shades of Medium Red Violet #C52FAA
Tints of Medium Red Violet #C52FAA
RGB
CMYK
RGB Variations
Color information
#C52FAA (or 0xC52FAA) is known color: Medium Red Violet. HEX triplet: C5, 2F and AA. RGB value is (197,47,170). Sum of RGB (Red+Green+Blue) = 197+47+170=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52FAA is #3AD055. Grayscale: #696969. Windows color (decimal): -3854422 or 11153349. OLE color: 11153349.
HSL color Cylindrical-coordinate representation of color #C52FAA: hue angle of 310.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52FAA is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 170 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.23 |
| HSL | 310.8º | 0.61% | 0.48% | - |
| HSV(B) | 310.8º | 0.76% | 0.77% | - |
| XYZ | 31.3 | 16.81 | 39.62 | - |
| YUV | 105.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 170 | 0 | 0.76 | 0.14 | 0.23 | 310.8 | 0.61 | 0.48 |
| Hex | C5 | 2F | AA | 0 | 4C | E | 17 | 137 | 3D | 30 |
| Octal | 305 | 57 | 252 | 0 | 114 | 16 | 27 | 467 | 75 | 60 |
| Binary | 11000101 | 101111 | 10101010 | 0 | 1001100 | 1110 | 10111 | 100110111 | 111101 | 110000 |
Color Harmonies of #C52FAA
Complementary color
Monochromatic Colors of #C52FAA
Black with #C52FAA
Text Example
Text Example
White with #C52FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FAA; }
p { color: rgb(197,47,170); }
H1.HeaderClassName
{
color: #C52FAA;
}
.AnyTagClassName
{
color: #C52FAA;
}
</style>
background-color css
<style>
a { background-color: #C52FAA; }
a { background-color: rgb(197,47,170); }
div.DivClassName
{
background-color: #C52FAA;
}
.BgClassName
{
background-color: #C52FAA;
}
</style>
border-color css
<style>
span { border-color: #C52FAA; }
span { border-color: rgb(197,47,170); }
td.TdClassName
{
border-color: #C52FAA;
}
.TagClassName
{
border-color: #C52FAA;
}
</style>