Shades of Medium Violet Red #C2158E
Tints of Medium Violet Red #C2158E
RGB
CMYK
RGB Variations
Color information
#C2158E (or 0xC2158E) is known color: Medium Violet Red. HEX triplet: C2, 15 and 8E. RGB value is (194,21,142). Sum of RGB (Red+Green+Blue) = 194+21+142=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2158E is #3DEA71. Grayscale: #565656. Windows color (decimal): -4057714 or 9311682. OLE color: 9311682.
HSL color Cylindrical-coordinate representation of color #C2158E: hue angle of 318.03º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2158E is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 142 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.24 |
| HSL | 318.03º | 0.8% | 0.42% | - |
| HSV(B) | 318.03º | 0.89% | 0.76% | - |
| XYZ | 27.4 | 13.96 | 26.84 | - |
| YUV | 86.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 142 | 0 | 0.89 | 0.27 | 0.24 | 318.03 | 0.8 | 0.42 |
| Hex | C2 | 15 | 8E | 0 | 59 | 1B | 18 | 13E | 50 | 2A |
| Octal | 302 | 25 | 216 | 0 | 131 | 33 | 30 | 476 | 120 | 52 |
| Binary | 11000010 | 10101 | 10001110 | 0 | 1011001 | 11011 | 11000 | 100111110 | 1010000 | 101010 |
Color Harmonies of #C2158E
Complementary color
Monochromatic Colors of #C2158E
Black with #C2158E
Text Example
Text Example
White with #C2158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2158E; }
p { color: rgb(194,21,142); }
H1.HeaderClassName
{
color: #C2158E;
}
.AnyTagClassName
{
color: #C2158E;
}
</style>
background-color css
<style>
a { background-color: #C2158E; }
a { background-color: rgb(194,21,142); }
div.DivClassName
{
background-color: #C2158E;
}
.BgClassName
{
background-color: #C2158E;
}
</style>
border-color css
<style>
span { border-color: #C2158E; }
span { border-color: rgb(194,21,142); }
td.TdClassName
{
border-color: #C2158E;
}
.TagClassName
{
border-color: #C2158E;
}
</style>