Shades of Medium Violet Red #C2188E
Tints of Medium Violet Red #C2188E
RGB
CMYK
RGB Variations
Color information
#C2188E (or 0xC2188E) is known color: Medium Violet Red. HEX triplet: C2, 18 and 8E. RGB value is (194,24,142). Sum of RGB (Red+Green+Blue) = 194+24+142=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2188E is #3DE771. Grayscale: #575757. Windows color (decimal): -4056946 or 9312450. OLE color: 9312450.
HSL color Cylindrical-coordinate representation of color #C2188E: hue angle of 318.35º 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 #C2188E is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.24 |
| HSL | 318.35º | 0.78% | 0.43% | - |
| HSV(B) | 318.35º | 0.88% | 0.76% | - |
| XYZ | 27.46 | 14.08 | 26.86 | - |
| YUV | 88.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 142 | 0 | 0.88 | 0.27 | 0.24 | 318.35 | 0.78 | 0.43 |
| Hex | C2 | 18 | 8E | 0 | 58 | 1B | 18 | 13E | 4E | 2B |
| Octal | 302 | 30 | 216 | 0 | 130 | 33 | 30 | 476 | 116 | 53 |
| Binary | 11000010 | 11000 | 10001110 | 0 | 1011000 | 11011 | 11000 | 100111110 | 1001110 | 101011 |
Color Harmonies of #C2188E
Complementary color
Monochromatic Colors of #C2188E
Black with #C2188E
Text Example
Text Example
White with #C2188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2188E; }
p { color: rgb(194,24,142); }
H1.HeaderClassName
{
color: #C2188E;
}
.AnyTagClassName
{
color: #C2188E;
}
</style>
background-color css
<style>
a { background-color: #C2188E; }
a { background-color: rgb(194,24,142); }
div.DivClassName
{
background-color: #C2188E;
}
.BgClassName
{
background-color: #C2188E;
}
</style>
border-color css
<style>
span { border-color: #C2188E; }
span { border-color: rgb(194,24,142); }
td.TdClassName
{
border-color: #C2188E;
}
.TagClassName
{
border-color: #C2188E;
}
</style>