Shades of Medium Violet Red #C524AB
Tints of Medium Violet Red #C524AB
RGB
CMYK
RGB Variations
Color information
#C524AB (or 0xC524AB) is known color: Medium Violet Red. HEX triplet: C5, 24 and AB. RGB value is (197,36,171). Sum of RGB (Red+Green+Blue) = 197+36+171=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C524AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524AB is #3ADB54. Grayscale: #636363. Windows color (decimal): -3857237 or 11216069. OLE color: 11216069.
HSL color Cylindrical-coordinate representation of color #C524AB: hue angle of 309.69º 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 #C524AB is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 171 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.23 |
| HSL | 309.69º | 0.69% | 0.46% | - |
| HSV(B) | 309.69º | 0.82% | 0.77% | - |
| XYZ | 31.01 | 16.07 | 40 | - |
| YUV | 99.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 171 | 0 | 0.82 | 0.13 | 0.23 | 309.69 | 0.69 | 0.46 |
| Hex | C5 | 24 | AB | 0 | 52 | D | 17 | 136 | 45 | 2E |
| Octal | 305 | 44 | 253 | 0 | 122 | 15 | 27 | 466 | 105 | 56 |
| Binary | 11000101 | 100100 | 10101011 | 0 | 1010010 | 1101 | 10111 | 100110110 | 1000101 | 101110 |
Color Harmonies of #C524AB
Complementary color
Monochromatic Colors of #C524AB
Black with #C524AB
Text Example
Text Example
White with #C524AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524AB; }
p { color: rgb(197,36,171); }
H1.HeaderClassName
{
color: #C524AB;
}
.AnyTagClassName
{
color: #C524AB;
}
</style>
background-color css
<style>
a { background-color: #C524AB; }
a { background-color: rgb(197,36,171); }
div.DivClassName
{
background-color: #C524AB;
}
.BgClassName
{
background-color: #C524AB;
}
</style>
border-color css
<style>
span { border-color: #C524AB; }
span { border-color: rgb(197,36,171); }
td.TdClassName
{
border-color: #C524AB;
}
.TagClassName
{
border-color: #C524AB;
}
</style>