Shades of Medium Violet Red #C2188D
Tints of Medium Violet Red #C2188D
RGB
CMYK
RGB Variations
Color information
#C2188D (or 0xC2188D) is known color: Medium Violet Red. HEX triplet: C2, 18 and 8D. RGB value is (194,24,141). Sum of RGB (Red+Green+Blue) = 194+24+141=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2188D is #3DE772. Grayscale: #575757. Windows color (decimal): -4056947 or 9246914. OLE color: 9246914.
HSL color Cylindrical-coordinate representation of color #C2188D: hue angle of 318.71º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2188D is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 141 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.24 |
| HSL | 318.71º | 0.78% | 0.43% | - |
| HSV(B) | 318.71º | 0.88% | 0.76% | - |
| XYZ | 27.38 | 14.05 | 26.47 | - |
| YUV | 88.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 141 | 0 | 0.88 | 0.27 | 0.24 | 318.71 | 0.78 | 0.43 |
| Hex | C2 | 18 | 8D | 0 | 58 | 1B | 18 | 13F | 4E | 2B |
| Octal | 302 | 30 | 215 | 0 | 130 | 33 | 30 | 477 | 116 | 53 |
| Binary | 11000010 | 11000 | 10001101 | 0 | 1011000 | 11011 | 11000 | 100111111 | 1001110 | 101011 |
Color Harmonies of #C2188D
Complementary color
Monochromatic Colors of #C2188D
Black with #C2188D
Text Example
Text Example
White with #C2188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2188D; }
p { color: rgb(194,24,141); }
H1.HeaderClassName
{
color: #C2188D;
}
.AnyTagClassName
{
color: #C2188D;
}
</style>
background-color css
<style>
a { background-color: #C2188D; }
a { background-color: rgb(194,24,141); }
div.DivClassName
{
background-color: #C2188D;
}
.BgClassName
{
background-color: #C2188D;
}
</style>
border-color css
<style>
span { border-color: #C2188D; }
span { border-color: rgb(194,24,141); }
td.TdClassName
{
border-color: #C2188D;
}
.TagClassName
{
border-color: #C2188D;
}
</style>