Shades of Medium Violet Red #C2189E
Tints of Medium Violet Red #C2189E
RGB
CMYK
RGB Variations
Color information
#C2189E (or 0xC2189E) is known color: Medium Violet Red. HEX triplet: C2, 18 and 9E. RGB value is (194,24,158). Sum of RGB (Red+Green+Blue) = 194+24+158=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2189E is #3DE761. Grayscale: #595959. Windows color (decimal): -4056930 or 10361026. OLE color: 10361026.
HSL color Cylindrical-coordinate representation of color #C2189E: hue angle of 312.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 #C2189E is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 158 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.24 |
| HSL | 312.71º | 0.78% | 0.43% | - |
| HSV(B) | 312.71º | 0.88% | 0.76% | - |
| XYZ | 28.75 | 14.59 | 33.65 | - |
| YUV | 90.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 158 | 0 | 0.88 | 0.19 | 0.24 | 312.71 | 0.78 | 0.43 |
| Hex | C2 | 18 | 9E | 0 | 58 | 13 | 18 | 139 | 4E | 2B |
| Octal | 302 | 30 | 236 | 0 | 130 | 23 | 30 | 471 | 116 | 53 |
| Binary | 11000010 | 11000 | 10011110 | 0 | 1011000 | 10011 | 11000 | 100111001 | 1001110 | 101011 |
Color Harmonies of #C2189E
Complementary color
Monochromatic Colors of #C2189E
Black with #C2189E
Text Example
Text Example
White with #C2189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2189E; }
p { color: rgb(194,24,158); }
H1.HeaderClassName
{
color: #C2189E;
}
.AnyTagClassName
{
color: #C2189E;
}
</style>
background-color css
<style>
a { background-color: #C2189E; }
a { background-color: rgb(194,24,158); }
div.DivClassName
{
background-color: #C2189E;
}
.BgClassName
{
background-color: #C2189E;
}
</style>
border-color css
<style>
span { border-color: #C2189E; }
span { border-color: rgb(194,24,158); }
td.TdClassName
{
border-color: #C2189E;
}
.TagClassName
{
border-color: #C2189E;
}
</style>