Shades of Medium Violet Red #C2138E
Tints of Medium Violet Red #C2138E
RGB
CMYK
RGB Variations
Color information
#C2138E (or 0xC2138E) is known color: Medium Violet Red. HEX triplet: C2, 13 and 8E. RGB value is (194,19,142). Sum of RGB (Red+Green+Blue) = 194+19+142=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2138E is #3DEC71. Grayscale: #555555. Windows color (decimal): -4058226 or 9311170. OLE color: 9311170.
HSL color Cylindrical-coordinate representation of color #C2138E: hue angle of 317.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2138E is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 142 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.24 |
| HSL | 317.83º | 0.82% | 0.42% | - |
| HSV(B) | 317.83º | 0.9% | 0.76% | - |
| XYZ | 27.36 | 13.89 | 26.83 | - |
| YUV | 85.35 | 159.98 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 142 | 0 | 0.90 | 0.27 | 0.24 | 317.83 | 0.82 | 0.42 |
| Hex | C2 | 13 | 8E | 0 | 5A | 1B | 18 | 13E | 52 | 2A |
| Octal | 302 | 23 | 216 | 0 | 132 | 33 | 30 | 476 | 122 | 52 |
| Binary | 11000010 | 10011 | 10001110 | 0 | 1011010 | 11011 | 11000 | 100111110 | 1010010 | 101010 |
Color Harmonies of #C2138E
Complementary color
Monochromatic Colors of #C2138E
Black with #C2138E
Text Example
Text Example
White with #C2138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2138E; }
p { color: rgb(194,19,142); }
H1.HeaderClassName
{
color: #C2138E;
}
.AnyTagClassName
{
color: #C2138E;
}
</style>
background-color css
<style>
a { background-color: #C2138E; }
a { background-color: rgb(194,19,142); }
div.DivClassName
{
background-color: #C2138E;
}
.BgClassName
{
background-color: #C2138E;
}
</style>
border-color css
<style>
span { border-color: #C2138E; }
span { border-color: rgb(194,19,142); }
td.TdClassName
{
border-color: #C2138E;
}
.TagClassName
{
border-color: #C2138E;
}
</style>