Shades of Medium Red Violet #C529AB
Tints of Medium Red Violet #C529AB
RGB
CMYK
RGB Variations
Color information
#C529AB (or 0xC529AB) is known color: Medium Red Violet. HEX triplet: C5, 29 and AB. RGB value is (197,41,171). Sum of RGB (Red+Green+Blue) = 197+41+171=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C529AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C529AB is #3AD654. Grayscale: #666666. Windows color (decimal): -3855957 or 11217349. OLE color: 11217349.
HSL color Cylindrical-coordinate representation of color #C529AB: hue angle of 310º 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 #C529AB is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 171 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.23 |
| HSL | 310º | 0.66% | 0.47% | - |
| HSV(B) | 310º | 0.79% | 0.77% | - |
| XYZ | 31.17 | 16.4 | 40.05 | - |
| YUV | 102.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 171 | 0 | 0.79 | 0.13 | 0.23 | 310 | 0.66 | 0.47 |
| Hex | C5 | 29 | AB | 0 | 4F | D | 17 | 136 | 42 | 2F |
| Octal | 305 | 51 | 253 | 0 | 117 | 15 | 27 | 466 | 102 | 57 |
| Binary | 11000101 | 101001 | 10101011 | 0 | 1001111 | 1101 | 10111 | 100110110 | 1000010 | 101111 |
Color Harmonies of #C529AB
Complementary color
Monochromatic Colors of #C529AB
Black with #C529AB
Text Example
Text Example
White with #C529AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529AB; }
p { color: rgb(197,41,171); }
H1.HeaderClassName
{
color: #C529AB;
}
.AnyTagClassName
{
color: #C529AB;
}
</style>
background-color css
<style>
a { background-color: #C529AB; }
a { background-color: rgb(197,41,171); }
div.DivClassName
{
background-color: #C529AB;
}
.BgClassName
{
background-color: #C529AB;
}
</style>
border-color css
<style>
span { border-color: #C529AB; }
span { border-color: rgb(197,41,171); }
td.TdClassName
{
border-color: #C529AB;
}
.TagClassName
{
border-color: #C529AB;
}
</style>