Shades of Medium Violet Red #C524AA
Tints of Medium Violet Red #C524AA
RGB
CMYK
RGB Variations
Color information
#C524AA (or 0xC524AA) is known color: Medium Violet Red. HEX triplet: C5, 24 and AA. RGB value is (197,36,170). Sum of RGB (Red+Green+Blue) = 197+36+170=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C524AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524AA is #3ADB55. Grayscale: #636363. Windows color (decimal): -3857238 or 11150533. OLE color: 11150533.
HSL color Cylindrical-coordinate representation of color #C524AA: hue angle of 310.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C524AA is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 170 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.23 |
| HSL | 310.06º | 0.69% | 0.46% | - |
| HSV(B) | 310.06º | 0.82% | 0.77% | - |
| XYZ | 30.91 | 16.03 | 39.5 | - |
| YUV | 99.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 170 | 0 | 0.82 | 0.14 | 0.23 | 310.06 | 0.69 | 0.46 |
| Hex | C5 | 24 | AA | 0 | 52 | E | 17 | 136 | 45 | 2E |
| Octal | 305 | 44 | 252 | 0 | 122 | 16 | 27 | 466 | 105 | 56 |
| Binary | 11000101 | 100100 | 10101010 | 0 | 1010010 | 1110 | 10111 | 100110110 | 1000101 | 101110 |
Color Harmonies of #C524AA
Complementary color
Monochromatic Colors of #C524AA
Black with #C524AA
Text Example
Text Example
White with #C524AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524AA; }
p { color: rgb(197,36,170); }
H1.HeaderClassName
{
color: #C524AA;
}
.AnyTagClassName
{
color: #C524AA;
}
</style>
background-color css
<style>
a { background-color: #C524AA; }
a { background-color: rgb(197,36,170); }
div.DivClassName
{
background-color: #C524AA;
}
.BgClassName
{
background-color: #C524AA;
}
</style>
border-color css
<style>
span { border-color: #C524AA; }
span { border-color: rgb(197,36,170); }
td.TdClassName
{
border-color: #C524AA;
}
.TagClassName
{
border-color: #C524AA;
}
</style>