Shades of Medium Violet Red #C2226E
Tints of Medium Violet Red #C2226E
RGB
CMYK
RGB Variations
Color information
#C2226E (or 0xC2226E) is known color: Medium Violet Red. HEX triplet: C2, 22 and 6E. RGB value is (194,34,110). Sum of RGB (Red+Green+Blue) = 194+34+110=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2226E is #3DDD91. Grayscale: #5A5A5A. Windows color (decimal): -4054418 or 7217858. OLE color: 7217858.
HSL color Cylindrical-coordinate representation of color #C2226E: hue angle of 331.5º 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 #C2226E is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 110 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.24 |
| HSL | 331.5º | 0.7% | 0.45% | - |
| HSV(B) | 331.5º | 0.82% | 0.76% | - |
| XYZ | 25.63 | 13.74 | 16.05 | - |
| YUV | 90.5 | 139.01 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 110 | 0 | 0.82 | 0.43 | 0.24 | 331.5 | 0.7 | 0.45 |
| Hex | C2 | 22 | 6E | 0 | 52 | 2B | 18 | 14C | 46 | 2D |
| Octal | 302 | 42 | 156 | 0 | 122 | 53 | 30 | 514 | 106 | 55 |
| Binary | 11000010 | 100010 | 1101110 | 0 | 1010010 | 101011 | 11000 | 101001100 | 1000110 | 101101 |
Color Harmonies of #C2226E
Complementary color
Monochromatic Colors of #C2226E
Black with #C2226E
Text Example
Text Example
White with #C2226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2226E; }
p { color: rgb(194,34,110); }
H1.HeaderClassName
{
color: #C2226E;
}
.AnyTagClassName
{
color: #C2226E;
}
</style>
background-color css
<style>
a { background-color: #C2226E; }
a { background-color: rgb(194,34,110); }
div.DivClassName
{
background-color: #C2226E;
}
.BgClassName
{
background-color: #C2226E;
}
</style>
border-color css
<style>
span { border-color: #C2226E; }
span { border-color: rgb(194,34,110); }
td.TdClassName
{
border-color: #C2226E;
}
.TagClassName
{
border-color: #C2226E;
}
</style>