Shades of Medium Violet Red #C524A5
Tints of Medium Violet Red #C524A5
RGB
CMYK
RGB Variations
Color information
#C524A5 (or 0xC524A5) is known color: Medium Violet Red. HEX triplet: C5, 24 and A5. RGB value is (197,36,165). Sum of RGB (Red+Green+Blue) = 197+36+165=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C524A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524A5 is #3ADB5A. Grayscale: #626262. Windows color (decimal): -3857243 or 10822853. OLE color: 10822853.
HSL color Cylindrical-coordinate representation of color #C524A5: hue angle of 311.93º 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 #C524A5 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 165 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.23 |
| HSL | 311.93º | 0.69% | 0.46% | - |
| HSV(B) | 311.93º | 0.82% | 0.77% | - |
| XYZ | 30.45 | 15.85 | 37.05 | - |
| YUV | 98.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 165 | 0 | 0.82 | 0.16 | 0.23 | 311.93 | 0.69 | 0.46 |
| Hex | C5 | 24 | A5 | 0 | 52 | 10 | 17 | 138 | 45 | 2E |
| Octal | 305 | 44 | 245 | 0 | 122 | 20 | 27 | 470 | 105 | 56 |
| Binary | 11000101 | 100100 | 10100101 | 0 | 1010010 | 10000 | 10111 | 100111000 | 1000101 | 101110 |
Color Harmonies of #C524A5
Complementary color
Monochromatic Colors of #C524A5
Black with #C524A5
Text Example
Text Example
White with #C524A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524A5; }
p { color: rgb(197,36,165); }
H1.HeaderClassName
{
color: #C524A5;
}
.AnyTagClassName
{
color: #C524A5;
}
</style>
background-color css
<style>
a { background-color: #C524A5; }
a { background-color: rgb(197,36,165); }
div.DivClassName
{
background-color: #C524A5;
}
.BgClassName
{
background-color: #C524A5;
}
</style>
border-color css
<style>
span { border-color: #C524A5; }
span { border-color: rgb(197,36,165); }
td.TdClassName
{
border-color: #C524A5;
}
.TagClassName
{
border-color: #C524A5;
}
</style>