Shades of Medium Violet Red #C523AC
Tints of Medium Violet Red #C523AC
RGB
CMYK
RGB Variations
Color information
#C523AC (or 0xC523AC) is known color: Medium Violet Red. HEX triplet: C5, 23 and AC. RGB value is (197,35,172). Sum of RGB (Red+Green+Blue) = 197+35+172=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C523AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523AC is #3ADC53. Grayscale: #626262. Windows color (decimal): -3857492 or 11281349. OLE color: 11281349.
HSL color Cylindrical-coordinate representation of color #C523AC: hue angle of 309.26º 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 #C523AC is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 172 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.23 |
| HSL | 309.26º | 0.7% | 0.45% | - |
| HSV(B) | 309.26º | 0.82% | 0.77% | - |
| XYZ | 31.07 | 16.05 | 40.49 | - |
| YUV | 99.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 172 | 0 | 0.82 | 0.13 | 0.23 | 309.26 | 0.7 | 0.45 |
| Hex | C5 | 23 | AC | 0 | 52 | D | 17 | 135 | 46 | 2D |
| Octal | 305 | 43 | 254 | 0 | 122 | 15 | 27 | 465 | 106 | 55 |
| Binary | 11000101 | 100011 | 10101100 | 0 | 1010010 | 1101 | 10111 | 100110101 | 1000110 | 101101 |
Color Harmonies of #C523AC
Complementary color
Monochromatic Colors of #C523AC
Black with #C523AC
Text Example
Text Example
White with #C523AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523AC; }
p { color: rgb(197,35,172); }
H1.HeaderClassName
{
color: #C523AC;
}
.AnyTagClassName
{
color: #C523AC;
}
</style>
background-color css
<style>
a { background-color: #C523AC; }
a { background-color: rgb(197,35,172); }
div.DivClassName
{
background-color: #C523AC;
}
.BgClassName
{
background-color: #C523AC;
}
</style>
border-color css
<style>
span { border-color: #C523AC; }
span { border-color: rgb(197,35,172); }
td.TdClassName
{
border-color: #C523AC;
}
.TagClassName
{
border-color: #C523AC;
}
</style>