Shades of Medium Violet Red #C2189F
Tints of Medium Violet Red #C2189F
RGB
CMYK
RGB Variations
Color information
#C2189F (or 0xC2189F) is known color: Medium Violet Red. HEX triplet: C2, 18 and 9F. RGB value is (194,24,159). Sum of RGB (Red+Green+Blue) = 194+24+159=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2189F is #3DE760. Grayscale: #595959. Windows color (decimal): -4056929 or 10426562. OLE color: 10426562.
HSL color Cylindrical-coordinate representation of color #C2189F: hue angle of 312.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 #C2189F is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 159 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.24 |
| HSL | 312.35º | 0.78% | 0.43% | - |
| HSV(B) | 312.35º | 0.88% | 0.76% | - |
| XYZ | 28.83 | 14.63 | 34.1 | - |
| YUV | 90.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 159 | 0 | 0.88 | 0.18 | 0.24 | 312.35 | 0.78 | 0.43 |
| Hex | C2 | 18 | 9F | 0 | 58 | 12 | 18 | 138 | 4E | 2B |
| Octal | 302 | 30 | 237 | 0 | 130 | 22 | 30 | 470 | 116 | 53 |
| Binary | 11000010 | 11000 | 10011111 | 0 | 1011000 | 10010 | 11000 | 100111000 | 1001110 | 101011 |
Color Harmonies of #C2189F
Complementary color
Monochromatic Colors of #C2189F
Black with #C2189F
Text Example
Text Example
White with #C2189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2189F; }
p { color: rgb(194,24,159); }
H1.HeaderClassName
{
color: #C2189F;
}
.AnyTagClassName
{
color: #C2189F;
}
</style>
background-color css
<style>
a { background-color: #C2189F; }
a { background-color: rgb(194,24,159); }
div.DivClassName
{
background-color: #C2189F;
}
.BgClassName
{
background-color: #C2189F;
}
</style>
border-color css
<style>
span { border-color: #C2189F; }
span { border-color: rgb(194,24,159); }
td.TdClassName
{
border-color: #C2189F;
}
.TagClassName
{
border-color: #C2189F;
}
</style>