Shades of Medium Violet Red #C2198A
Tints of Medium Violet Red #C2198A
RGB
CMYK
RGB Variations
Color information
#C2198A (or 0xC2198A) is known color: Medium Violet Red. HEX triplet: C2, 19 and 8A. RGB value is (194,25,138). Sum of RGB (Red+Green+Blue) = 194+25+138=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2198A is #3DE675. Grayscale: #585858. Windows color (decimal): -4056694 or 9050562. OLE color: 9050562.
HSL color Cylindrical-coordinate representation of color #C2198A: hue angle of 319.88º 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 #C2198A is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 138 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.24 |
| HSL | 319.88º | 0.77% | 0.43% | - |
| HSV(B) | 319.88º | 0.87% | 0.76% | - |
| XYZ | 27.18 | 14 | 25.31 | - |
| YUV | 88.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 138 | 0 | 0.87 | 0.29 | 0.24 | 319.88 | 0.77 | 0.43 |
| Hex | C2 | 19 | 8A | 0 | 57 | 1D | 18 | 140 | 4D | 2B |
| Octal | 302 | 31 | 212 | 0 | 127 | 35 | 30 | 500 | 115 | 53 |
| Binary | 11000010 | 11001 | 10001010 | 0 | 1010111 | 11101 | 11000 | 101000000 | 1001101 | 101011 |
Color Harmonies of #C2198A
Complementary color
Monochromatic Colors of #C2198A
Black with #C2198A
Text Example
Text Example
White with #C2198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2198A; }
p { color: rgb(194,25,138); }
H1.HeaderClassName
{
color: #C2198A;
}
.AnyTagClassName
{
color: #C2198A;
}
</style>
background-color css
<style>
a { background-color: #C2198A; }
a { background-color: rgb(194,25,138); }
div.DivClassName
{
background-color: #C2198A;
}
.BgClassName
{
background-color: #C2198A;
}
</style>
border-color css
<style>
span { border-color: #C2198A; }
span { border-color: rgb(194,25,138); }
td.TdClassName
{
border-color: #C2198A;
}
.TagClassName
{
border-color: #C2198A;
}
</style>