Shades of Medium Red Violet #C229A9
Tints of Medium Red Violet #C229A9
RGB
CMYK
RGB Variations
Color information
#C229A9 (or 0xC229A9) is known color: Medium Red Violet. HEX triplet: C2, 29 and A9. RGB value is (194,41,169). Sum of RGB (Red+Green+Blue) = 194+41+169=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C229A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229A9 is #3DD656. Grayscale: #646464. Windows color (decimal): -4052567 or 11086274. OLE color: 11086274.
HSL color Cylindrical-coordinate representation of color #C229A9: hue angle of 309.8º 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 #C229A9 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 169 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.24 |
| HSL | 309.8º | 0.65% | 0.46% | - |
| HSV(B) | 309.8º | 0.79% | 0.76% | - |
| XYZ | 30.2 | 15.92 | 39.02 | - |
| YUV | 101.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 169 | 0 | 0.79 | 0.13 | 0.24 | 309.8 | 0.65 | 0.46 |
| Hex | C2 | 29 | A9 | 0 | 4F | D | 18 | 136 | 41 | 2E |
| Octal | 302 | 51 | 251 | 0 | 117 | 15 | 30 | 466 | 101 | 56 |
| Binary | 11000010 | 101001 | 10101001 | 0 | 1001111 | 1101 | 11000 | 100110110 | 1000001 | 101110 |
Color Harmonies of #C229A9
Complementary color
Monochromatic Colors of #C229A9
Black with #C229A9
Text Example
Text Example
White with #C229A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229A9; }
p { color: rgb(194,41,169); }
H1.HeaderClassName
{
color: #C229A9;
}
.AnyTagClassName
{
color: #C229A9;
}
</style>
background-color css
<style>
a { background-color: #C229A9; }
a { background-color: rgb(194,41,169); }
div.DivClassName
{
background-color: #C229A9;
}
.BgClassName
{
background-color: #C229A9;
}
</style>
border-color css
<style>
span { border-color: #C229A9; }
span { border-color: rgb(194,41,169); }
td.TdClassName
{
border-color: #C229A9;
}
.TagClassName
{
border-color: #C229A9;
}
</style>