Shades of Medium Red Violet #C229A4
Tints of Medium Red Violet #C229A4
RGB
CMYK
RGB Variations
Color information
#C229A4 (or 0xC229A4) is known color: Medium Red Violet. HEX triplet: C2, 29 and A4. RGB value is (194,41,164). Sum of RGB (Red+Green+Blue) = 194+41+164=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C229A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229A4 is #3DD65B. Grayscale: #646464. Windows color (decimal): -4052572 or 10758594. OLE color: 10758594.
HSL color Cylindrical-coordinate representation of color #C229A4: hue angle of 311.76º 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 #C229A4 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 164 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.24 |
| HSL | 311.76º | 0.65% | 0.46% | - |
| HSV(B) | 311.76º | 0.79% | 0.76% | - |
| XYZ | 29.74 | 15.74 | 36.59 | - |
| YUV | 100.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 164 | 0 | 0.79 | 0.15 | 0.24 | 311.76 | 0.65 | 0.46 |
| Hex | C2 | 29 | A4 | 0 | 4F | F | 18 | 138 | 41 | 2E |
| Octal | 302 | 51 | 244 | 0 | 117 | 17 | 30 | 470 | 101 | 56 |
| Binary | 11000010 | 101001 | 10100100 | 0 | 1001111 | 1111 | 11000 | 100111000 | 1000001 | 101110 |
Color Harmonies of #C229A4
Complementary color
Monochromatic Colors of #C229A4
Black with #C229A4
Text Example
Text Example
White with #C229A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229A4; }
p { color: rgb(194,41,164); }
H1.HeaderClassName
{
color: #C229A4;
}
.AnyTagClassName
{
color: #C229A4;
}
</style>
background-color css
<style>
a { background-color: #C229A4; }
a { background-color: rgb(194,41,164); }
div.DivClassName
{
background-color: #C229A4;
}
.BgClassName
{
background-color: #C229A4;
}
</style>
border-color css
<style>
span { border-color: #C229A4; }
span { border-color: rgb(194,41,164); }
td.TdClassName
{
border-color: #C229A4;
}
.TagClassName
{
border-color: #C229A4;
}
</style>