Shades of Medium Red Violet #C429A2
Tints of Medium Red Violet #C429A2
RGB
CMYK
RGB Variations
Color information
#C429A2 (or 0xC429A2) is known color: Medium Red Violet. HEX triplet: C4, 29 and A2. RGB value is (196,41,162). Sum of RGB (Red+Green+Blue) = 196+41+162=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C429A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C429A2 is #3BD65D. Grayscale: #646464. Windows color (decimal): -3921502 or 10627524. OLE color: 10627524.
HSL color Cylindrical-coordinate representation of color #C429A2: hue angle of 313.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C429A2 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 162 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.23 |
| HSL | 313.16º | 0.65% | 0.46% | - |
| HSV(B) | 313.16º | 0.79% | 0.77% | - |
| XYZ | 30.08 | 15.93 | 35.67 | - |
| YUV | 101.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 162 | 0 | 0.79 | 0.17 | 0.23 | 313.16 | 0.65 | 0.46 |
| Hex | C4 | 29 | A2 | 0 | 4F | 11 | 17 | 139 | 41 | 2E |
| Octal | 304 | 51 | 242 | 0 | 117 | 21 | 27 | 471 | 101 | 56 |
| Binary | 11000100 | 101001 | 10100010 | 0 | 1001111 | 10001 | 10111 | 100111001 | 1000001 | 101110 |
Color Harmonies of #C429A2
Complementary color
Monochromatic Colors of #C429A2
Black with #C429A2
Text Example
Text Example
White with #C429A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429A2; }
p { color: rgb(196,41,162); }
H1.HeaderClassName
{
color: #C429A2;
}
.AnyTagClassName
{
color: #C429A2;
}
</style>
background-color css
<style>
a { background-color: #C429A2; }
a { background-color: rgb(196,41,162); }
div.DivClassName
{
background-color: #C429A2;
}
.BgClassName
{
background-color: #C429A2;
}
</style>
border-color css
<style>
span { border-color: #C429A2; }
span { border-color: rgb(196,41,162); }
td.TdClassName
{
border-color: #C429A2;
}
.TagClassName
{
border-color: #C429A2;
}
</style>