Shades of Medium Violet Red #C526AC
Tints of Medium Violet Red #C526AC
RGB
CMYK
RGB Variations
Color information
#C526AC (or 0xC526AC) is known color: Medium Violet Red. HEX triplet: C5, 26 and AC. RGB value is (197,38,172). Sum of RGB (Red+Green+Blue) = 197+38+172=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C526AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526AC is #3AD953. Grayscale: #646464. Windows color (decimal): -3856724 or 11282117. OLE color: 11282117.
HSL color Cylindrical-coordinate representation of color #C526AC: hue angle of 309.43º 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 #C526AC is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 172 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.23 |
| HSL | 309.43º | 0.68% | 0.46% | - |
| HSV(B) | 309.43º | 0.81% | 0.77% | - |
| XYZ | 31.17 | 16.24 | 40.52 | - |
| YUV | 100.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 172 | 0 | 0.81 | 0.13 | 0.23 | 309.43 | 0.68 | 0.46 |
| Hex | C5 | 26 | AC | 0 | 51 | D | 17 | 135 | 44 | 2E |
| Octal | 305 | 46 | 254 | 0 | 121 | 15 | 27 | 465 | 104 | 56 |
| Binary | 11000101 | 100110 | 10101100 | 0 | 1010001 | 1101 | 10111 | 100110101 | 1000100 | 101110 |
Color Harmonies of #C526AC
Complementary color
Monochromatic Colors of #C526AC
Black with #C526AC
Text Example
Text Example
White with #C526AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526AC; }
p { color: rgb(197,38,172); }
H1.HeaderClassName
{
color: #C526AC;
}
.AnyTagClassName
{
color: #C526AC;
}
</style>
background-color css
<style>
a { background-color: #C526AC; }
a { background-color: rgb(197,38,172); }
div.DivClassName
{
background-color: #C526AC;
}
.BgClassName
{
background-color: #C526AC;
}
</style>
border-color css
<style>
span { border-color: #C526AC; }
span { border-color: rgb(197,38,172); }
td.TdClassName
{
border-color: #C526AC;
}
.TagClassName
{
border-color: #C526AC;
}
</style>