Shades of Medium Violet Red #C2199E
Tints of Medium Violet Red #C2199E
RGB
CMYK
RGB Variations
Color information
#C2199E (or 0xC2199E) is known color: Medium Violet Red. HEX triplet: C2, 19 and 9E. RGB value is (194,25,158). Sum of RGB (Red+Green+Blue) = 194+25+158=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2199E is #3DE661. Grayscale: #5A5A5A. Windows color (decimal): -4056674 or 10361282. OLE color: 10361282.
HSL color Cylindrical-coordinate representation of color #C2199E: hue angle of 312.78º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2199E is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 158 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.24 |
| HSL | 312.78º | 0.77% | 0.43% | - |
| HSV(B) | 312.78º | 0.87% | 0.76% | - |
| XYZ | 28.77 | 14.63 | 33.66 | - |
| YUV | 90.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 158 | 0 | 0.87 | 0.19 | 0.24 | 312.78 | 0.77 | 0.43 |
| Hex | C2 | 19 | 9E | 0 | 57 | 13 | 18 | 139 | 4D | 2B |
| Octal | 302 | 31 | 236 | 0 | 127 | 23 | 30 | 471 | 115 | 53 |
| Binary | 11000010 | 11001 | 10011110 | 0 | 1010111 | 10011 | 11000 | 100111001 | 1001101 | 101011 |
Color Harmonies of #C2199E
Complementary color
Monochromatic Colors of #C2199E
Black with #C2199E
Text Example
Text Example
White with #C2199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2199E; }
p { color: rgb(194,25,158); }
H1.HeaderClassName
{
color: #C2199E;
}
.AnyTagClassName
{
color: #C2199E;
}
</style>
background-color css
<style>
a { background-color: #C2199E; }
a { background-color: rgb(194,25,158); }
div.DivClassName
{
background-color: #C2199E;
}
.BgClassName
{
background-color: #C2199E;
}
</style>
border-color css
<style>
span { border-color: #C2199E; }
span { border-color: rgb(194,25,158); }
td.TdClassName
{
border-color: #C2199E;
}
.TagClassName
{
border-color: #C2199E;
}
</style>