Shades of Medium Violet Red #C526AD
Tints of Medium Violet Red #C526AD
RGB
CMYK
RGB Variations
Color information
#C526AD (or 0xC526AD) is known color: Medium Violet Red. HEX triplet: C5, 26 and AD. RGB value is (197,38,173). Sum of RGB (Red+Green+Blue) = 197+38+173=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C526AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526AD is #3AD952. Grayscale: #646464. Windows color (decimal): -3856723 or 11347653. OLE color: 11347653.
HSL color Cylindrical-coordinate representation of color #C526AD: hue angle of 309.06º 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 #C526AD is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 173 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.23 |
| HSL | 309.06º | 0.68% | 0.46% | - |
| HSV(B) | 309.06º | 0.81% | 0.77% | - |
| XYZ | 31.26 | 16.27 | 41.03 | - |
| YUV | 100.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 173 | 0 | 0.81 | 0.12 | 0.23 | 309.06 | 0.68 | 0.46 |
| Hex | C5 | 26 | AD | 0 | 51 | C | 17 | 135 | 44 | 2E |
| Octal | 305 | 46 | 255 | 0 | 121 | 14 | 27 | 465 | 104 | 56 |
| Binary | 11000101 | 100110 | 10101101 | 0 | 1010001 | 1100 | 10111 | 100110101 | 1000100 | 101110 |
Color Harmonies of #C526AD
Complementary color
Monochromatic Colors of #C526AD
Black with #C526AD
Text Example
Text Example
White with #C526AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526AD; }
p { color: rgb(197,38,173); }
H1.HeaderClassName
{
color: #C526AD;
}
.AnyTagClassName
{
color: #C526AD;
}
</style>
background-color css
<style>
a { background-color: #C526AD; }
a { background-color: rgb(197,38,173); }
div.DivClassName
{
background-color: #C526AD;
}
.BgClassName
{
background-color: #C526AD;
}
</style>
border-color css
<style>
span { border-color: #C526AD; }
span { border-color: rgb(197,38,173); }
td.TdClassName
{
border-color: #C526AD;
}
.TagClassName
{
border-color: #C526AD;
}
</style>