Shades of Medium Violet Red #C2159F
Tints of Medium Violet Red #C2159F
RGB
CMYK
RGB Variations
Color information
#C2159F (or 0xC2159F) is known color: Medium Violet Red. HEX triplet: C2, 15 and 9F. RGB value is (194,21,159). Sum of RGB (Red+Green+Blue) = 194+21+159=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2159F is #3DEA60. Grayscale: #585858. Windows color (decimal): -4057697 or 10425794. OLE color: 10425794.
HSL color Cylindrical-coordinate representation of color #C2159F: hue angle of 312.14º 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 #C2159F is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 159 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.24 |
| HSL | 312.14º | 0.8% | 0.42% | - |
| HSV(B) | 312.14º | 0.89% | 0.76% | - |
| XYZ | 28.77 | 14.51 | 34.08 | - |
| YUV | 88.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 159 | 0 | 0.89 | 0.18 | 0.24 | 312.14 | 0.8 | 0.42 |
| Hex | C2 | 15 | 9F | 0 | 59 | 12 | 18 | 138 | 50 | 2A |
| Octal | 302 | 25 | 237 | 0 | 131 | 22 | 30 | 470 | 120 | 52 |
| Binary | 11000010 | 10101 | 10011111 | 0 | 1011001 | 10010 | 11000 | 100111000 | 1010000 | 101010 |
Color Harmonies of #C2159F
Complementary color
Monochromatic Colors of #C2159F
Black with #C2159F
Text Example
Text Example
White with #C2159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2159F; }
p { color: rgb(194,21,159); }
H1.HeaderClassName
{
color: #C2159F;
}
.AnyTagClassName
{
color: #C2159F;
}
</style>
background-color css
<style>
a { background-color: #C2159F; }
a { background-color: rgb(194,21,159); }
div.DivClassName
{
background-color: #C2159F;
}
.BgClassName
{
background-color: #C2159F;
}
</style>
border-color css
<style>
span { border-color: #C2159F; }
span { border-color: rgb(194,21,159); }
td.TdClassName
{
border-color: #C2159F;
}
.TagClassName
{
border-color: #C2159F;
}
</style>