Shades of Medium Violet Red #C2139A
Tints of Medium Violet Red #C2139A
RGB
CMYK
RGB Variations
Color information
#C2139A (or 0xC2139A) is known color: Medium Violet Red. HEX triplet: C2, 13 and 9A. RGB value is (194,19,154). Sum of RGB (Red+Green+Blue) = 194+19+154=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2139A is #3DEC65. Grayscale: #565656. Windows color (decimal): -4058214 or 10097602. OLE color: 10097602.
HSL color Cylindrical-coordinate representation of color #C2139A: hue angle of 313.71º 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 #C2139A is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.24 |
| HSL | 313.71º | 0.82% | 0.42% | - |
| HSV(B) | 313.71º | 0.9% | 0.76% | - |
| XYZ | 28.31 | 14.27 | 31.83 | - |
| YUV | 86.72 | 165.98 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 154 | 0 | 0.90 | 0.21 | 0.24 | 313.71 | 0.82 | 0.42 |
| Hex | C2 | 13 | 9A | 0 | 5A | 15 | 18 | 13A | 52 | 2A |
| Octal | 302 | 23 | 232 | 0 | 132 | 25 | 30 | 472 | 122 | 52 |
| Binary | 11000010 | 10011 | 10011010 | 0 | 1011010 | 10101 | 11000 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C2139A
Complementary color
Monochromatic Colors of #C2139A
Black with #C2139A
Text Example
Text Example
White with #C2139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2139A; }
p { color: rgb(194,19,154); }
H1.HeaderClassName
{
color: #C2139A;
}
.AnyTagClassName
{
color: #C2139A;
}
</style>
background-color css
<style>
a { background-color: #C2139A; }
a { background-color: rgb(194,19,154); }
div.DivClassName
{
background-color: #C2139A;
}
.BgClassName
{
background-color: #C2139A;
}
</style>
border-color css
<style>
span { border-color: #C2139A; }
span { border-color: rgb(194,19,154); }
td.TdClassName
{
border-color: #C2139A;
}
.TagClassName
{
border-color: #C2139A;
}
</style>