Shades of Medium Violet Red #C526A0
Tints of Medium Violet Red #C526A0
RGB
CMYK
RGB Variations
Color information
#C526A0 (or 0xC526A0) is known color: Medium Violet Red. HEX triplet: C5, 26 and A0. RGB value is (197,38,160). Sum of RGB (Red+Green+Blue) = 197+38+160=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C526A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526A0 is #3AD95F. Grayscale: #636363. Windows color (decimal): -3856736 or 10495685. OLE color: 10495685.
HSL color Cylindrical-coordinate representation of color #C526A0: hue angle of 313.96º 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 #C526A0 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 160 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.23 |
| HSL | 313.96º | 0.68% | 0.46% | - |
| HSV(B) | 313.96º | 0.81% | 0.77% | - |
| XYZ | 30.06 | 15.79 | 34.72 | - |
| YUV | 99.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 160 | 0 | 0.81 | 0.19 | 0.23 | 313.96 | 0.68 | 0.46 |
| Hex | C5 | 26 | A0 | 0 | 51 | 13 | 17 | 13A | 44 | 2E |
| Octal | 305 | 46 | 240 | 0 | 121 | 23 | 27 | 472 | 104 | 56 |
| Binary | 11000101 | 100110 | 10100000 | 0 | 1010001 | 10011 | 10111 | 100111010 | 1000100 | 101110 |
Color Harmonies of #C526A0
Complementary color
Monochromatic Colors of #C526A0
Black with #C526A0
Text Example
Text Example
White with #C526A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526A0; }
p { color: rgb(197,38,160); }
H1.HeaderClassName
{
color: #C526A0;
}
.AnyTagClassName
{
color: #C526A0;
}
</style>
background-color css
<style>
a { background-color: #C526A0; }
a { background-color: rgb(197,38,160); }
div.DivClassName
{
background-color: #C526A0;
}
.BgClassName
{
background-color: #C526A0;
}
</style>
border-color css
<style>
span { border-color: #C526A0; }
span { border-color: rgb(197,38,160); }
td.TdClassName
{
border-color: #C526A0;
}
.TagClassName
{
border-color: #C526A0;
}
</style>