Shades of Medium Violet Red #C2229F
Tints of Medium Violet Red #C2229F
RGB
CMYK
RGB Variations
Color information
#C2229F (or 0xC2229F) is known color: Medium Violet Red. HEX triplet: C2, 22 and 9F. RGB value is (194,34,159). Sum of RGB (Red+Green+Blue) = 194+34+159=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2229F is #3DDD60. Grayscale: #5F5F5F. Windows color (decimal): -4054369 or 10429122. OLE color: 10429122.
HSL color Cylindrical-coordinate representation of color #C2229F: hue angle of 313.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2229F is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 159 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.24 |
| HSL | 313.13º | 0.7% | 0.45% | - |
| HSV(B) | 313.13º | 0.82% | 0.76% | - |
| XYZ | 29.08 | 15.12 | 34.19 | - |
| YUV | 96.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 159 | 0 | 0.82 | 0.18 | 0.24 | 313.13 | 0.7 | 0.45 |
| Hex | C2 | 22 | 9F | 0 | 52 | 12 | 18 | 139 | 46 | 2D |
| Octal | 302 | 42 | 237 | 0 | 122 | 22 | 30 | 471 | 106 | 55 |
| Binary | 11000010 | 100010 | 10011111 | 0 | 1010010 | 10010 | 11000 | 100111001 | 1000110 | 101101 |
Color Harmonies of #C2229F
Complementary color
Monochromatic Colors of #C2229F
Black with #C2229F
Text Example
Text Example
White with #C2229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2229F; }
p { color: rgb(194,34,159); }
H1.HeaderClassName
{
color: #C2229F;
}
.AnyTagClassName
{
color: #C2229F;
}
</style>
background-color css
<style>
a { background-color: #C2229F; }
a { background-color: rgb(194,34,159); }
div.DivClassName
{
background-color: #C2229F;
}
.BgClassName
{
background-color: #C2229F;
}
</style>
border-color css
<style>
span { border-color: #C2229F; }
span { border-color: rgb(194,34,159); }
td.TdClassName
{
border-color: #C2229F;
}
.TagClassName
{
border-color: #C2229F;
}
</style>