Shades of Medium Violet Red #C526A9
Tints of Medium Violet Red #C526A9
RGB
CMYK
RGB Variations
Color information
#C526A9 (or 0xC526A9) is known color: Medium Violet Red. HEX triplet: C5, 26 and A9. RGB value is (197,38,169). Sum of RGB (Red+Green+Blue) = 197+38+169=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C526A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526A9 is #3AD956. Grayscale: #646464. Windows color (decimal): -3856727 or 11085509. OLE color: 11085509.
HSL color Cylindrical-coordinate representation of color #C526A9: hue angle of 310.57º 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 #C526A9 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 169 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.23 |
| HSL | 310.57º | 0.68% | 0.46% | - |
| HSV(B) | 310.57º | 0.81% | 0.77% | - |
| XYZ | 30.88 | 16.12 | 39.02 | - |
| YUV | 100.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 169 | 0 | 0.81 | 0.14 | 0.23 | 310.57 | 0.68 | 0.46 |
| Hex | C5 | 26 | A9 | 0 | 51 | E | 17 | 137 | 44 | 2E |
| Octal | 305 | 46 | 251 | 0 | 121 | 16 | 27 | 467 | 104 | 56 |
| Binary | 11000101 | 100110 | 10101001 | 0 | 1010001 | 1110 | 10111 | 100110111 | 1000100 | 101110 |
Color Harmonies of #C526A9
Complementary color
Monochromatic Colors of #C526A9
Black with #C526A9
Text Example
Text Example
White with #C526A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526A9; }
p { color: rgb(197,38,169); }
H1.HeaderClassName
{
color: #C526A9;
}
.AnyTagClassName
{
color: #C526A9;
}
</style>
background-color css
<style>
a { background-color: #C526A9; }
a { background-color: rgb(197,38,169); }
div.DivClassName
{
background-color: #C526A9;
}
.BgClassName
{
background-color: #C526A9;
}
</style>
border-color css
<style>
span { border-color: #C526A9; }
span { border-color: rgb(197,38,169); }
td.TdClassName
{
border-color: #C526A9;
}
.TagClassName
{
border-color: #C526A9;
}
</style>