Shades of Medium Violet Red #C2219E
Tints of Medium Violet Red #C2219E
RGB
CMYK
RGB Variations
Color information
#C2219E (or 0xC2219E) is known color: Medium Violet Red. HEX triplet: C2, 21 and 9E. RGB value is (194,33,158). Sum of RGB (Red+Green+Blue) = 194+33+158=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2219E is #3DDE61. Grayscale: #5F5F5F. Windows color (decimal): -4054626 or 10363330. OLE color: 10363330.
HSL color Cylindrical-coordinate representation of color #C2219E: hue angle of 313.42º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2219E is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 158 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.24 |
| HSL | 313.42º | 0.71% | 0.45% | - |
| HSV(B) | 313.42º | 0.83% | 0.76% | - |
| XYZ | 28.96 | 15.03 | 33.72 | - |
| YUV | 95.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 158 | 0 | 0.83 | 0.19 | 0.24 | 313.42 | 0.71 | 0.45 |
| Hex | C2 | 21 | 9E | 0 | 53 | 13 | 18 | 139 | 47 | 2D |
| Octal | 302 | 41 | 236 | 0 | 123 | 23 | 30 | 471 | 107 | 55 |
| Binary | 11000010 | 100001 | 10011110 | 0 | 1010011 | 10011 | 11000 | 100111001 | 1000111 | 101101 |
Color Harmonies of #C2219E
Complementary color
Monochromatic Colors of #C2219E
Black with #C2219E
Text Example
Text Example
White with #C2219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2219E; }
p { color: rgb(194,33,158); }
H1.HeaderClassName
{
color: #C2219E;
}
.AnyTagClassName
{
color: #C2219E;
}
</style>
background-color css
<style>
a { background-color: #C2219E; }
a { background-color: rgb(194,33,158); }
div.DivClassName
{
background-color: #C2219E;
}
.BgClassName
{
background-color: #C2219E;
}
</style>
border-color css
<style>
span { border-color: #C2219E; }
span { border-color: rgb(194,33,158); }
td.TdClassName
{
border-color: #C2219E;
}
.TagClassName
{
border-color: #C2219E;
}
</style>