Shades of Medium Violet Red #C523AA
Tints of Medium Violet Red #C523AA
RGB
CMYK
RGB Variations
Color information
#C523AA (or 0xC523AA) is known color: Medium Violet Red. HEX triplet: C5, 23 and AA. RGB value is (197,35,170). Sum of RGB (Red+Green+Blue) = 197+35+170=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C523AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523AA is #3ADC55. Grayscale: #626262. Windows color (decimal): -3857494 or 11150277. OLE color: 11150277.
HSL color Cylindrical-coordinate representation of color #C523AA: hue angle of 310º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C523AA is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 170 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.23 |
| HSL | 310º | 0.7% | 0.45% | - |
| HSV(B) | 310º | 0.82% | 0.77% | - |
| XYZ | 30.88 | 15.97 | 39.49 | - |
| YUV | 98.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 170 | 0 | 0.82 | 0.14 | 0.23 | 310 | 0.7 | 0.45 |
| Hex | C5 | 23 | AA | 0 | 52 | E | 17 | 136 | 46 | 2D |
| Octal | 305 | 43 | 252 | 0 | 122 | 16 | 27 | 466 | 106 | 55 |
| Binary | 11000101 | 100011 | 10101010 | 0 | 1010010 | 1110 | 10111 | 100110110 | 1000110 | 101101 |
Color Harmonies of #C523AA
Complementary color
Monochromatic Colors of #C523AA
Black with #C523AA
Text Example
Text Example
White with #C523AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523AA; }
p { color: rgb(197,35,170); }
H1.HeaderClassName
{
color: #C523AA;
}
.AnyTagClassName
{
color: #C523AA;
}
</style>
background-color css
<style>
a { background-color: #C523AA; }
a { background-color: rgb(197,35,170); }
div.DivClassName
{
background-color: #C523AA;
}
.BgClassName
{
background-color: #C523AA;
}
</style>
border-color css
<style>
span { border-color: #C523AA; }
span { border-color: rgb(197,35,170); }
td.TdClassName
{
border-color: #C523AA;
}
.TagClassName
{
border-color: #C523AA;
}
</style>