Shades of Medium Violet Red #C522AC
Tints of Medium Violet Red #C522AC
RGB
CMYK
RGB Variations
Color information
#C522AC (or 0xC522AC) is known color: Medium Violet Red. HEX triplet: C5, 22 and AC. RGB value is (197,34,172). Sum of RGB (Red+Green+Blue) = 197+34+172=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C522AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C522AC is #3ADD53. Grayscale: #626262. Windows color (decimal): -3857748 or 11281093. OLE color: 11281093.
HSL color Cylindrical-coordinate representation of color #C522AC: hue angle of 309.2º 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 #C522AC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 172 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.23 |
| HSL | 309.2º | 0.71% | 0.45% | - |
| HSV(B) | 309.2º | 0.83% | 0.77% | - |
| XYZ | 31.04 | 15.99 | 40.48 | - |
| YUV | 98.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 172 | 0 | 0.83 | 0.13 | 0.23 | 309.2 | 0.71 | 0.45 |
| Hex | C5 | 22 | AC | 0 | 53 | D | 17 | 135 | 47 | 2D |
| Octal | 305 | 42 | 254 | 0 | 123 | 15 | 27 | 465 | 107 | 55 |
| Binary | 11000101 | 100010 | 10101100 | 0 | 1010011 | 1101 | 10111 | 100110101 | 1000111 | 101101 |
Color Harmonies of #C522AC
Complementary color
Monochromatic Colors of #C522AC
Black with #C522AC
Text Example
Text Example
White with #C522AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522AC; }
p { color: rgb(197,34,172); }
H1.HeaderClassName
{
color: #C522AC;
}
.AnyTagClassName
{
color: #C522AC;
}
</style>
background-color css
<style>
a { background-color: #C522AC; }
a { background-color: rgb(197,34,172); }
div.DivClassName
{
background-color: #C522AC;
}
.BgClassName
{
background-color: #C522AC;
}
</style>
border-color css
<style>
span { border-color: #C522AC; }
span { border-color: rgb(197,34,172); }
td.TdClassName
{
border-color: #C522AC;
}
.TagClassName
{
border-color: #C522AC;
}
</style>