Shades of Medium Violet Red #C2119A
Tints of Medium Violet Red #C2119A
RGB
CMYK
RGB Variations
Color information
#C2119A (or 0xC2119A) is known color: Medium Violet Red. HEX triplet: C2, 11 and 9A. RGB value is (194,17,154). Sum of RGB (Red+Green+Blue) = 194+17+154=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2119A is #3DEE65. Grayscale: #555555. Windows color (decimal): -4058726 or 10097090. OLE color: 10097090.
HSL color Cylindrical-coordinate representation of color #C2119A: hue angle of 313.56º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2119A is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 154 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.24 |
| HSL | 313.56º | 0.84% | 0.41% | - |
| HSV(B) | 313.56º | 0.91% | 0.76% | - |
| XYZ | 28.28 | 14.2 | 31.82 | - |
| YUV | 85.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 154 | 0 | 0.91 | 0.21 | 0.24 | 313.56 | 0.84 | 0.41 |
| Hex | C2 | 11 | 9A | 0 | 5B | 15 | 18 | 13A | 54 | 29 |
| Octal | 302 | 21 | 232 | 0 | 133 | 25 | 30 | 472 | 124 | 51 |
| Binary | 11000010 | 10001 | 10011010 | 0 | 1011011 | 10101 | 11000 | 100111010 | 1010100 | 101001 |
Color Harmonies of #C2119A
Complementary color
Monochromatic Colors of #C2119A
Black with #C2119A
Text Example
Text Example
White with #C2119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2119A; }
p { color: rgb(194,17,154); }
H1.HeaderClassName
{
color: #C2119A;
}
.AnyTagClassName
{
color: #C2119A;
}
</style>
background-color css
<style>
a { background-color: #C2119A; }
a { background-color: rgb(194,17,154); }
div.DivClassName
{
background-color: #C2119A;
}
.BgClassName
{
background-color: #C2119A;
}
</style>
border-color css
<style>
span { border-color: #C2119A; }
span { border-color: rgb(194,17,154); }
td.TdClassName
{
border-color: #C2119A;
}
.TagClassName
{
border-color: #C2119A;
}
</style>