Shades of Medium Violet Red #C523AD
Tints of Medium Violet Red #C523AD
RGB
CMYK
RGB Variations
Color information
#C523AD (or 0xC523AD) is known color: Medium Violet Red. HEX triplet: C5, 23 and AD. RGB value is (197,35,173). Sum of RGB (Red+Green+Blue) = 197+35+173=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C523AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523AD is #3ADC52. Grayscale: #626262. Windows color (decimal): -3857491 or 11346885. OLE color: 11346885.
HSL color Cylindrical-coordinate representation of color #C523AD: hue angle of 308.89º 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 #C523AD is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 173 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.23 |
| HSL | 308.89º | 0.7% | 0.45% | - |
| HSV(B) | 308.89º | 0.82% | 0.77% | - |
| XYZ | 31.17 | 16.09 | 41 | - |
| YUV | 99.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 173 | 0 | 0.82 | 0.12 | 0.23 | 308.89 | 0.7 | 0.45 |
| Hex | C5 | 23 | AD | 0 | 52 | C | 17 | 135 | 46 | 2D |
| Octal | 305 | 43 | 255 | 0 | 122 | 14 | 27 | 465 | 106 | 55 |
| Binary | 11000101 | 100011 | 10101101 | 0 | 1010010 | 1100 | 10111 | 100110101 | 1000110 | 101101 |
Color Harmonies of #C523AD
Complementary color
Monochromatic Colors of #C523AD
Black with #C523AD
Text Example
Text Example
White with #C523AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523AD; }
p { color: rgb(197,35,173); }
H1.HeaderClassName
{
color: #C523AD;
}
.AnyTagClassName
{
color: #C523AD;
}
</style>
background-color css
<style>
a { background-color: #C523AD; }
a { background-color: rgb(197,35,173); }
div.DivClassName
{
background-color: #C523AD;
}
.BgClassName
{
background-color: #C523AD;
}
</style>
border-color css
<style>
span { border-color: #C523AD; }
span { border-color: rgb(197,35,173); }
td.TdClassName
{
border-color: #C523AD;
}
.TagClassName
{
border-color: #C523AD;
}
</style>