Shades of Medium Violet Red #C2227A
Tints of Medium Violet Red #C2227A
RGB
CMYK
RGB Variations
Color information
#C2227A (or 0xC2227A) is known color: Medium Violet Red. HEX triplet: C2, 22 and 7A. RGB value is (194,34,122). Sum of RGB (Red+Green+Blue) = 194+34+122=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2227A is #3DDD85. Grayscale: #5B5B5B. Windows color (decimal): -4054406 or 8004290. OLE color: 8004290.
HSL color Cylindrical-coordinate representation of color #C2227A: hue angle of 327º 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 #C2227A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 122 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.24 |
| HSL | 327º | 0.7% | 0.45% | - |
| HSV(B) | 327º | 0.82% | 0.76% | - |
| XYZ | 26.33 | 14.02 | 19.73 | - |
| YUV | 91.87 | 145.01 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 122 | 0 | 0.82 | 0.37 | 0.24 | 327 | 0.7 | 0.45 |
| Hex | C2 | 22 | 7A | 0 | 52 | 25 | 18 | 147 | 46 | 2D |
| Octal | 302 | 42 | 172 | 0 | 122 | 45 | 30 | 507 | 106 | 55 |
| Binary | 11000010 | 100010 | 1111010 | 0 | 1010010 | 100101 | 11000 | 101000111 | 1000110 | 101101 |
Color Harmonies of #C2227A
Complementary color
Monochromatic Colors of #C2227A
Black with #C2227A
Text Example
Text Example
White with #C2227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2227A; }
p { color: rgb(194,34,122); }
H1.HeaderClassName
{
color: #C2227A;
}
.AnyTagClassName
{
color: #C2227A;
}
</style>
background-color css
<style>
a { background-color: #C2227A; }
a { background-color: rgb(194,34,122); }
div.DivClassName
{
background-color: #C2227A;
}
.BgClassName
{
background-color: #C2227A;
}
</style>
border-color css
<style>
span { border-color: #C2227A; }
span { border-color: rgb(194,34,122); }
td.TdClassName
{
border-color: #C2227A;
}
.TagClassName
{
border-color: #C2227A;
}
</style>