Shades of Medium Red Violet #C529AD
Tints of Medium Red Violet #C529AD
RGB
CMYK
RGB Variations
Color information
#C529AD (or 0xC529AD) is known color: Medium Red Violet. HEX triplet: C5, 29 and AD. RGB value is (197,41,173). Sum of RGB (Red+Green+Blue) = 197+41+173=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C529AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C529AD is #3AD652. Grayscale: #666666. Windows color (decimal): -3855955 or 11348421. OLE color: 11348421.
HSL color Cylindrical-coordinate representation of color #C529AD: hue angle of 309.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C529AD is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 173 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.23 |
| HSL | 309.23º | 0.66% | 0.47% | - |
| HSV(B) | 309.23º | 0.79% | 0.77% | - |
| XYZ | 31.36 | 16.47 | 41.06 | - |
| YUV | 102.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 173 | 0 | 0.79 | 0.12 | 0.23 | 309.23 | 0.66 | 0.47 |
| Hex | C5 | 29 | AD | 0 | 4F | C | 17 | 135 | 42 | 2F |
| Octal | 305 | 51 | 255 | 0 | 117 | 14 | 27 | 465 | 102 | 57 |
| Binary | 11000101 | 101001 | 10101101 | 0 | 1001111 | 1100 | 10111 | 100110101 | 1000010 | 101111 |
Color Harmonies of #C529AD
Complementary color
Monochromatic Colors of #C529AD
Black with #C529AD
Text Example
Text Example
White with #C529AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529AD; }
p { color: rgb(197,41,173); }
H1.HeaderClassName
{
color: #C529AD;
}
.AnyTagClassName
{
color: #C529AD;
}
</style>
background-color css
<style>
a { background-color: #C529AD; }
a { background-color: rgb(197,41,173); }
div.DivClassName
{
background-color: #C529AD;
}
.BgClassName
{
background-color: #C529AD;
}
</style>
border-color css
<style>
span { border-color: #C529AD; }
span { border-color: rgb(197,41,173); }
td.TdClassName
{
border-color: #C529AD;
}
.TagClassName
{
border-color: #C529AD;
}
</style>