Shades of Medium Violet Red #C2188A
Tints of Medium Violet Red #C2188A
RGB
CMYK
RGB Variations
Color information
#C2188A (or 0xC2188A) is known color: Medium Violet Red. HEX triplet: C2, 18 and 8A. RGB value is (194,24,138). Sum of RGB (Red+Green+Blue) = 194+24+138=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2188A is #3DE775. Grayscale: #575757. Windows color (decimal): -4056950 or 9050306. OLE color: 9050306.
HSL color Cylindrical-coordinate representation of color #C2188A: hue angle of 319.76º 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 #C2188A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 138 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.24 |
| HSL | 319.76º | 0.78% | 0.43% | - |
| HSV(B) | 319.76º | 0.88% | 0.76% | - |
| XYZ | 27.16 | 13.96 | 25.31 | - |
| YUV | 87.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 138 | 0 | 0.88 | 0.29 | 0.24 | 319.76 | 0.78 | 0.43 |
| Hex | C2 | 18 | 8A | 0 | 58 | 1D | 18 | 140 | 4E | 2B |
| Octal | 302 | 30 | 212 | 0 | 130 | 35 | 30 | 500 | 116 | 53 |
| Binary | 11000010 | 11000 | 10001010 | 0 | 1011000 | 11101 | 11000 | 101000000 | 1001110 | 101011 |
Color Harmonies of #C2188A
Complementary color
Monochromatic Colors of #C2188A
Black with #C2188A
Text Example
Text Example
White with #C2188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2188A; }
p { color: rgb(194,24,138); }
H1.HeaderClassName
{
color: #C2188A;
}
.AnyTagClassName
{
color: #C2188A;
}
</style>
background-color css
<style>
a { background-color: #C2188A; }
a { background-color: rgb(194,24,138); }
div.DivClassName
{
background-color: #C2188A;
}
.BgClassName
{
background-color: #C2188A;
}
</style>
border-color css
<style>
span { border-color: #C2188A; }
span { border-color: rgb(194,24,138); }
td.TdClassName
{
border-color: #C2188A;
}
.TagClassName
{
border-color: #C2188A;
}
</style>