Shades of Medium Violet Red #C2229D
Tints of Medium Violet Red #C2229D
RGB
CMYK
RGB Variations
Color information
#C2229D (or 0xC2229D) is known color: Medium Violet Red. HEX triplet: C2, 22 and 9D. RGB value is (194,34,157). Sum of RGB (Red+Green+Blue) = 194+34+157=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2229D is #3DDD62. Grayscale: #5F5F5F. Windows color (decimal): -4054371 or 10298050. OLE color: 10298050.
HSL color Cylindrical-coordinate representation of color #C2229D: hue angle of 313.88º 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 #C2229D is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 157 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.24 |
| HSL | 313.88º | 0.7% | 0.45% | - |
| HSV(B) | 313.88º | 0.82% | 0.76% | - |
| XYZ | 28.91 | 15.05 | 33.28 | - |
| YUV | 95.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 157 | 0 | 0.82 | 0.19 | 0.24 | 313.88 | 0.7 | 0.45 |
| Hex | C2 | 22 | 9D | 0 | 52 | 13 | 18 | 13A | 46 | 2D |
| Octal | 302 | 42 | 235 | 0 | 122 | 23 | 30 | 472 | 106 | 55 |
| Binary | 11000010 | 100010 | 10011101 | 0 | 1010010 | 10011 | 11000 | 100111010 | 1000110 | 101101 |
Color Harmonies of #C2229D
Complementary color
Monochromatic Colors of #C2229D
Black with #C2229D
Text Example
Text Example
White with #C2229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2229D; }
p { color: rgb(194,34,157); }
H1.HeaderClassName
{
color: #C2229D;
}
.AnyTagClassName
{
color: #C2229D;
}
</style>
background-color css
<style>
a { background-color: #C2229D; }
a { background-color: rgb(194,34,157); }
div.DivClassName
{
background-color: #C2229D;
}
.BgClassName
{
background-color: #C2229D;
}
</style>
border-color css
<style>
span { border-color: #C2229D; }
span { border-color: rgb(194,34,157); }
td.TdClassName
{
border-color: #C2229D;
}
.TagClassName
{
border-color: #C2229D;
}
</style>