Shades of Medium Red Violet #C329A1
Tints of Medium Red Violet #C329A1
RGB
CMYK
RGB Variations
Color information
#C329A1 (or 0xC329A1) is known color: Medium Red Violet. HEX triplet: C3, 29 and A1. RGB value is (195,41,161). Sum of RGB (Red+Green+Blue) = 195+41+161=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C329A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C329A1 is #3CD65E. Grayscale: #646464. Windows color (decimal): -3987039 or 10561987. OLE color: 10561987.
HSL color Cylindrical-coordinate representation of color #C329A1: hue angle of 313.25º 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 #C329A1 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 161 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.24 |
| HSL | 313.25º | 0.65% | 0.46% | - |
| HSV(B) | 313.25º | 0.79% | 0.76% | - |
| XYZ | 29.73 | 15.76 | 35.19 | - |
| YUV | 100.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 161 | 0 | 0.79 | 0.17 | 0.24 | 313.25 | 0.65 | 0.46 |
| Hex | C3 | 29 | A1 | 0 | 4F | 11 | 18 | 139 | 41 | 2E |
| Octal | 303 | 51 | 241 | 0 | 117 | 21 | 30 | 471 | 101 | 56 |
| Binary | 11000011 | 101001 | 10100001 | 0 | 1001111 | 10001 | 11000 | 100111001 | 1000001 | 101110 |
Color Harmonies of #C329A1
Complementary color
Monochromatic Colors of #C329A1
Black with #C329A1
Text Example
Text Example
White with #C329A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329A1; }
p { color: rgb(195,41,161); }
H1.HeaderClassName
{
color: #C329A1;
}
.AnyTagClassName
{
color: #C329A1;
}
</style>
background-color css
<style>
a { background-color: #C329A1; }
a { background-color: rgb(195,41,161); }
div.DivClassName
{
background-color: #C329A1;
}
.BgClassName
{
background-color: #C329A1;
}
</style>
border-color css
<style>
span { border-color: #C329A1; }
span { border-color: rgb(195,41,161); }
td.TdClassName
{
border-color: #C329A1;
}
.TagClassName
{
border-color: #C329A1;
}
</style>