Shades of Medium Red Violet #C329AA
Tints of Medium Red Violet #C329AA
RGB
CMYK
RGB Variations
Color information
#C329AA (or 0xC329AA) is known color: Medium Red Violet. HEX triplet: C3, 29 and AA. RGB value is (195,41,170). Sum of RGB (Red+Green+Blue) = 195+41+170=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C329AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C329AA is #3CD655. Grayscale: #656565. Windows color (decimal): -3987030 or 11151811. OLE color: 11151811.
HSL color Cylindrical-coordinate representation of color #C329AA: hue angle of 309.74º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C329AA is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 170 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.24 |
| HSL | 309.74º | 0.65% | 0.46% | - |
| HSV(B) | 309.74º | 0.79% | 0.76% | - |
| XYZ | 30.55 | 16.09 | 39.53 | - |
| YUV | 101.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 170 | 0 | 0.79 | 0.13 | 0.24 | 309.74 | 0.65 | 0.46 |
| Hex | C3 | 29 | AA | 0 | 4F | D | 18 | 136 | 41 | 2E |
| Octal | 303 | 51 | 252 | 0 | 117 | 15 | 30 | 466 | 101 | 56 |
| Binary | 11000011 | 101001 | 10101010 | 0 | 1001111 | 1101 | 11000 | 100110110 | 1000001 | 101110 |
Color Harmonies of #C329AA
Complementary color
Monochromatic Colors of #C329AA
Black with #C329AA
Text Example
Text Example
White with #C329AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329AA; }
p { color: rgb(195,41,170); }
H1.HeaderClassName
{
color: #C329AA;
}
.AnyTagClassName
{
color: #C329AA;
}
</style>
background-color css
<style>
a { background-color: #C329AA; }
a { background-color: rgb(195,41,170); }
div.DivClassName
{
background-color: #C329AA;
}
.BgClassName
{
background-color: #C329AA;
}
</style>
border-color css
<style>
span { border-color: #C329AA; }
span { border-color: rgb(195,41,170); }
td.TdClassName
{
border-color: #C329AA;
}
.TagClassName
{
border-color: #C329AA;
}
</style>