Shades of Medium Violet Red #C2009E
Tints of Medium Violet Red #C2009E
RGB
CMYK
RGB Variations
Color information
#C2009E (or 0xC2009E) is known color: Medium Violet Red. HEX triplet: C2, 00 and 9E. RGB value is (194,0,158). Sum of RGB (Red+Green+Blue) = 194+0+158=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2009E is #3DFF61. Grayscale: #4B4B4B. Windows color (decimal): -4063074 or 10354882. OLE color: 10354882.
HSL color Cylindrical-coordinate representation of color #C2009E: hue angle of 311.13º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2009E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.19 | 0.24 |
| HSL | 311.13º | 1% | 0.38% | - |
| HSV(B) | 311.13º | 1% | 0.76% | - |
| XYZ | 28.42 | 13.94 | 33.54 | - |
| YUV | 76.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 158 | 0 | 1 | 0.19 | 0.24 | 311.13 | 1 | 0.38 |
| Hex | C2 | 0 | 9E | 0 | 64 | 13 | 18 | 137 | 64 | 26 |
| Octal | 302 | 0 | 236 | 0 | 144 | 23 | 30 | 467 | 144 | 46 |
| Binary | 11000010 | 0 | 10011110 | 0 | 1100100 | 10011 | 11000 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C2009E
Complementary color
Monochromatic Colors of #C2009E
Black with #C2009E
Text Example
Text Example
White with #C2009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2009E; }
p { color: rgb(194,0,158); }
H1.HeaderClassName
{
color: #C2009E;
}
.AnyTagClassName
{
color: #C2009E;
}
</style>
background-color css
<style>
a { background-color: #C2009E; }
a { background-color: rgb(194,0,158); }
div.DivClassName
{
background-color: #C2009E;
}
.BgClassName
{
background-color: #C2009E;
}
</style>
border-color css
<style>
span { border-color: #C2009E; }
span { border-color: rgb(194,0,158); }
td.TdClassName
{
border-color: #C2009E;
}
.TagClassName
{
border-color: #C2009E;
}
</style>