Shades of Medium Violet Red #C2199A
Tints of Medium Violet Red #C2199A
RGB
CMYK
RGB Variations
Color information
#C2199A (or 0xC2199A) is known color: Medium Violet Red. HEX triplet: C2, 19 and 9A. RGB value is (194,25,154). Sum of RGB (Red+Green+Blue) = 194+25+154=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2199A is #3DE665. Grayscale: #595959. Windows color (decimal): -4056678 or 10099138. OLE color: 10099138.
HSL color Cylindrical-coordinate representation of color #C2199A: hue angle of 314.2º 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 #C2199A is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 154 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.24 |
| HSL | 314.2º | 0.77% | 0.43% | - |
| HSV(B) | 314.2º | 0.87% | 0.76% | - |
| XYZ | 28.43 | 14.5 | 31.87 | - |
| YUV | 90.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 154 | 0 | 0.87 | 0.21 | 0.24 | 314.2 | 0.77 | 0.43 |
| Hex | C2 | 19 | 9A | 0 | 57 | 15 | 18 | 13A | 4D | 2B |
| Octal | 302 | 31 | 232 | 0 | 127 | 25 | 30 | 472 | 115 | 53 |
| Binary | 11000010 | 11001 | 10011010 | 0 | 1010111 | 10101 | 11000 | 100111010 | 1001101 | 101011 |
Color Harmonies of #C2199A
Complementary color
Monochromatic Colors of #C2199A
Black with #C2199A
Text Example
Text Example
White with #C2199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2199A; }
p { color: rgb(194,25,154); }
H1.HeaderClassName
{
color: #C2199A;
}
.AnyTagClassName
{
color: #C2199A;
}
</style>
background-color css
<style>
a { background-color: #C2199A; }
a { background-color: rgb(194,25,154); }
div.DivClassName
{
background-color: #C2199A;
}
.BgClassName
{
background-color: #C2199A;
}
</style>
border-color css
<style>
span { border-color: #C2199A; }
span { border-color: rgb(194,25,154); }
td.TdClassName
{
border-color: #C2199A;
}
.TagClassName
{
border-color: #C2199A;
}
</style>