Shades of Medium Violet Red #C525A0
Tints of Medium Violet Red #C525A0
RGB
CMYK
RGB Variations
Color information
#C525A0 (or 0xC525A0) is known color: Medium Violet Red. HEX triplet: C5, 25 and A0. RGB value is (197,37,160). Sum of RGB (Red+Green+Blue) = 197+37+160=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C525A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525A0 is #3ADA5F. Grayscale: #626262. Windows color (decimal): -3856992 or 10495429. OLE color: 10495429.
HSL color Cylindrical-coordinate representation of color #C525A0: hue angle of 313.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C525A0 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 160 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.23 |
| HSL | 313.88º | 0.68% | 0.46% | - |
| HSV(B) | 313.88º | 0.81% | 0.77% | - |
| XYZ | 30.03 | 15.73 | 34.71 | - |
| YUV | 98.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 160 | 0 | 0.81 | 0.19 | 0.23 | 313.88 | 0.68 | 0.46 |
| Hex | C5 | 25 | A0 | 0 | 51 | 13 | 17 | 13A | 44 | 2E |
| Octal | 305 | 45 | 240 | 0 | 121 | 23 | 27 | 472 | 104 | 56 |
| Binary | 11000101 | 100101 | 10100000 | 0 | 1010001 | 10011 | 10111 | 100111010 | 1000100 | 101110 |
Color Harmonies of #C525A0
Complementary color
Monochromatic Colors of #C525A0
Black with #C525A0
Text Example
Text Example
White with #C525A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525A0; }
p { color: rgb(197,37,160); }
H1.HeaderClassName
{
color: #C525A0;
}
.AnyTagClassName
{
color: #C525A0;
}
</style>
background-color css
<style>
a { background-color: #C525A0; }
a { background-color: rgb(197,37,160); }
div.DivClassName
{
background-color: #C525A0;
}
.BgClassName
{
background-color: #C525A0;
}
</style>
border-color css
<style>
span { border-color: #C525A0; }
span { border-color: rgb(197,37,160); }
td.TdClassName
{
border-color: #C525A0;
}
.TagClassName
{
border-color: #C525A0;
}
</style>