Shades of Medium Violet Red #C521AD
Tints of Medium Violet Red #C521AD
RGB
CMYK
RGB Variations
Color information
#C521AD (or 0xC521AD) is known color: Medium Violet Red. HEX triplet: C5, 21 and AD. RGB value is (197,33,173). Sum of RGB (Red+Green+Blue) = 197+33+173=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C521AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C521AD is #3ADE52. Grayscale: #616161. Windows color (decimal): -3858003 or 11346373. OLE color: 11346373.
HSL color Cylindrical-coordinate representation of color #C521AD: hue angle of 308.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C521AD is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 173 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.23 |
| HSL | 308.78º | 0.71% | 0.45% | - |
| HSV(B) | 308.78º | 0.83% | 0.77% | - |
| XYZ | 31.11 | 15.98 | 40.98 | - |
| YUV | 98 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 173 | 0 | 0.83 | 0.12 | 0.23 | 308.78 | 0.71 | 0.45 |
| Hex | C5 | 21 | AD | 0 | 53 | C | 17 | 135 | 47 | 2D |
| Octal | 305 | 41 | 255 | 0 | 123 | 14 | 27 | 465 | 107 | 55 |
| Binary | 11000101 | 100001 | 10101101 | 0 | 1010011 | 1100 | 10111 | 100110101 | 1000111 | 101101 |
Color Harmonies of #C521AD
Complementary color
Monochromatic Colors of #C521AD
Black with #C521AD
Text Example
Text Example
White with #C521AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521AD; }
p { color: rgb(197,33,173); }
H1.HeaderClassName
{
color: #C521AD;
}
.AnyTagClassName
{
color: #C521AD;
}
</style>
background-color css
<style>
a { background-color: #C521AD; }
a { background-color: rgb(197,33,173); }
div.DivClassName
{
background-color: #C521AD;
}
.BgClassName
{
background-color: #C521AD;
}
</style>
border-color css
<style>
span { border-color: #C521AD; }
span { border-color: rgb(197,33,173); }
td.TdClassName
{
border-color: #C521AD;
}
.TagClassName
{
border-color: #C521AD;
}
</style>