Shades of Medium Violet Red #C2198D
Tints of Medium Violet Red #C2198D
RGB
CMYK
RGB Variations
Color information
#C2198D (or 0xC2198D) is known color: Medium Violet Red. HEX triplet: C2, 19 and 8D. RGB value is (194,25,141). Sum of RGB (Red+Green+Blue) = 194+25+141=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2198D is #3DE672. Grayscale: #585858. Windows color (decimal): -4056691 or 9247170. OLE color: 9247170.
HSL color Cylindrical-coordinate representation of color #C2198D: hue angle of 318.82º 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 #C2198D is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 141 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.24 |
| HSL | 318.82º | 0.77% | 0.43% | - |
| HSV(B) | 318.82º | 0.87% | 0.76% | - |
| XYZ | 27.4 | 14.09 | 26.47 | - |
| YUV | 88.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 141 | 0 | 0.87 | 0.27 | 0.24 | 318.82 | 0.77 | 0.43 |
| Hex | C2 | 19 | 8D | 0 | 57 | 1B | 18 | 13F | 4D | 2B |
| Octal | 302 | 31 | 215 | 0 | 127 | 33 | 30 | 477 | 115 | 53 |
| Binary | 11000010 | 11001 | 10001101 | 0 | 1010111 | 11011 | 11000 | 100111111 | 1001101 | 101011 |
Color Harmonies of #C2198D
Complementary color
Monochromatic Colors of #C2198D
Black with #C2198D
Text Example
Text Example
White with #C2198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2198D; }
p { color: rgb(194,25,141); }
H1.HeaderClassName
{
color: #C2198D;
}
.AnyTagClassName
{
color: #C2198D;
}
</style>
background-color css
<style>
a { background-color: #C2198D; }
a { background-color: rgb(194,25,141); }
div.DivClassName
{
background-color: #C2198D;
}
.BgClassName
{
background-color: #C2198D;
}
</style>
border-color css
<style>
span { border-color: #C2198D; }
span { border-color: rgb(194,25,141); }
td.TdClassName
{
border-color: #C2198D;
}
.TagClassName
{
border-color: #C2198D;
}
</style>