Shades of Medium Red Violet #C529AA
Tints of Medium Red Violet #C529AA
RGB
CMYK
RGB Variations
Color information
#C529AA (or 0xC529AA) is known color: Medium Red Violet. HEX triplet: C5, 29 and AA. RGB value is (197,41,170). Sum of RGB (Red+Green+Blue) = 197+41+170=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C529AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C529AA is #3AD655. Grayscale: #656565. Windows color (decimal): -3855958 or 11151813. OLE color: 11151813.
HSL color Cylindrical-coordinate representation of color #C529AA: hue angle of 310.38º 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 #C529AA is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 170 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.23 |
| HSL | 310.38º | 0.66% | 0.47% | - |
| HSV(B) | 310.38º | 0.79% | 0.77% | - |
| XYZ | 31.07 | 16.36 | 39.55 | - |
| YUV | 102.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 170 | 0 | 0.79 | 0.14 | 0.23 | 310.38 | 0.66 | 0.47 |
| Hex | C5 | 29 | AA | 0 | 4F | E | 17 | 136 | 42 | 2F |
| Octal | 305 | 51 | 252 | 0 | 117 | 16 | 27 | 466 | 102 | 57 |
| Binary | 11000101 | 101001 | 10101010 | 0 | 1001111 | 1110 | 10111 | 100110110 | 1000010 | 101111 |
Color Harmonies of #C529AA
Complementary color
Monochromatic Colors of #C529AA
Black with #C529AA
Text Example
Text Example
White with #C529AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529AA; }
p { color: rgb(197,41,170); }
H1.HeaderClassName
{
color: #C529AA;
}
.AnyTagClassName
{
color: #C529AA;
}
</style>
background-color css
<style>
a { background-color: #C529AA; }
a { background-color: rgb(197,41,170); }
div.DivClassName
{
background-color: #C529AA;
}
.BgClassName
{
background-color: #C529AA;
}
</style>
border-color css
<style>
span { border-color: #C529AA; }
span { border-color: rgb(197,41,170); }
td.TdClassName
{
border-color: #C529AA;
}
.TagClassName
{
border-color: #C529AA;
}
</style>