Shades of Medium Violet Red #C524AC
Tints of Medium Violet Red #C524AC
RGB
CMYK
RGB Variations
Color information
#C524AC (or 0xC524AC) is known color: Medium Violet Red. HEX triplet: C5, 24 and AC. RGB value is (197,36,172). Sum of RGB (Red+Green+Blue) = 197+36+172=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C524AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524AC is #3ADB53. Grayscale: #636363. Windows color (decimal): -3857236 or 11281605. OLE color: 11281605.
HSL color Cylindrical-coordinate representation of color #C524AC: hue angle of 309.32º 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 #C524AC is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 172 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.23 |
| HSL | 309.32º | 0.69% | 0.46% | - |
| HSV(B) | 309.32º | 0.82% | 0.77% | - |
| XYZ | 31.1 | 16.11 | 40.5 | - |
| YUV | 99.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 172 | 0 | 0.82 | 0.13 | 0.23 | 309.32 | 0.69 | 0.46 |
| Hex | C5 | 24 | AC | 0 | 52 | D | 17 | 135 | 45 | 2E |
| Octal | 305 | 44 | 254 | 0 | 122 | 15 | 27 | 465 | 105 | 56 |
| Binary | 11000101 | 100100 | 10101100 | 0 | 1010010 | 1101 | 10111 | 100110101 | 1000101 | 101110 |
Color Harmonies of #C524AC
Complementary color
Monochromatic Colors of #C524AC
Black with #C524AC
Text Example
Text Example
White with #C524AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524AC; }
p { color: rgb(197,36,172); }
H1.HeaderClassName
{
color: #C524AC;
}
.AnyTagClassName
{
color: #C524AC;
}
</style>
background-color css
<style>
a { background-color: #C524AC; }
a { background-color: rgb(197,36,172); }
div.DivClassName
{
background-color: #C524AC;
}
.BgClassName
{
background-color: #C524AC;
}
</style>
border-color css
<style>
span { border-color: #C524AC; }
span { border-color: rgb(197,36,172); }
td.TdClassName
{
border-color: #C524AC;
}
.TagClassName
{
border-color: #C524AC;
}
</style>