Shades of Medium Violet Red #C526AB
Tints of Medium Violet Red #C526AB
RGB
CMYK
RGB Variations
Color information
#C526AB (or 0xC526AB) is known color: Medium Violet Red. HEX triplet: C5, 26 and AB. RGB value is (197,38,171). Sum of RGB (Red+Green+Blue) = 197+38+171=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C526AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526AB is #3AD954. Grayscale: #646464. Windows color (decimal): -3856725 or 11216581. OLE color: 11216581.
HSL color Cylindrical-coordinate representation of color #C526AB: hue angle of 309.81º 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 #C526AB is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 171 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.23 |
| HSL | 309.81º | 0.68% | 0.46% | - |
| HSV(B) | 309.81º | 0.81% | 0.77% | - |
| XYZ | 31.07 | 16.2 | 40.02 | - |
| YUV | 100.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 171 | 0 | 0.81 | 0.13 | 0.23 | 309.81 | 0.68 | 0.46 |
| Hex | C5 | 26 | AB | 0 | 51 | D | 17 | 136 | 44 | 2E |
| Octal | 305 | 46 | 253 | 0 | 121 | 15 | 27 | 466 | 104 | 56 |
| Binary | 11000101 | 100110 | 10101011 | 0 | 1010001 | 1101 | 10111 | 100110110 | 1000100 | 101110 |
Color Harmonies of #C526AB
Complementary color
Monochromatic Colors of #C526AB
Black with #C526AB
Text Example
Text Example
White with #C526AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526AB; }
p { color: rgb(197,38,171); }
H1.HeaderClassName
{
color: #C526AB;
}
.AnyTagClassName
{
color: #C526AB;
}
</style>
background-color css
<style>
a { background-color: #C526AB; }
a { background-color: rgb(197,38,171); }
div.DivClassName
{
background-color: #C526AB;
}
.BgClassName
{
background-color: #C526AB;
}
</style>
border-color css
<style>
span { border-color: #C526AB; }
span { border-color: rgb(197,38,171); }
td.TdClassName
{
border-color: #C526AB;
}
.TagClassName
{
border-color: #C526AB;
}
</style>