Shades of Medium Violet Red #C2198B
Tints of Medium Violet Red #C2198B
RGB
CMYK
RGB Variations
Color information
#C2198B (or 0xC2198B) is known color: Medium Violet Red. HEX triplet: C2, 19 and 8B. RGB value is (194,25,139). Sum of RGB (Red+Green+Blue) = 194+25+139=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2198B is #3DE674. Grayscale: #585858. Windows color (decimal): -4056693 or 9116098. OLE color: 9116098.
HSL color Cylindrical-coordinate representation of color #C2198B: hue angle of 319.53º 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 #C2198B is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 139 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.24 |
| HSL | 319.53º | 0.77% | 0.43% | - |
| HSV(B) | 319.53º | 0.87% | 0.76% | - |
| XYZ | 27.26 | 14.03 | 25.7 | - |
| YUV | 88.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 139 | 0 | 0.87 | 0.28 | 0.24 | 319.53 | 0.77 | 0.43 |
| Hex | C2 | 19 | 8B | 0 | 57 | 1C | 18 | 140 | 4D | 2B |
| Octal | 302 | 31 | 213 | 0 | 127 | 34 | 30 | 500 | 115 | 53 |
| Binary | 11000010 | 11001 | 10001011 | 0 | 1010111 | 11100 | 11000 | 101000000 | 1001101 | 101011 |
Color Harmonies of #C2198B
Complementary color
Monochromatic Colors of #C2198B
Black with #C2198B
Text Example
Text Example
White with #C2198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2198B; }
p { color: rgb(194,25,139); }
H1.HeaderClassName
{
color: #C2198B;
}
.AnyTagClassName
{
color: #C2198B;
}
</style>
background-color css
<style>
a { background-color: #C2198B; }
a { background-color: rgb(194,25,139); }
div.DivClassName
{
background-color: #C2198B;
}
.BgClassName
{
background-color: #C2198B;
}
</style>
border-color css
<style>
span { border-color: #C2198B; }
span { border-color: rgb(194,25,139); }
td.TdClassName
{
border-color: #C2198B;
}
.TagClassName
{
border-color: #C2198B;
}
</style>