Shades of Medium Violet Red #C2008E
Tints of Medium Violet Red #C2008E
RGB
CMYK
RGB Variations
Color information
#C2008E (or 0xC2008E) is known color: Medium Violet Red. HEX triplet: C2, 00 and 8E. RGB value is (194,0,142). Sum of RGB (Red+Green+Blue) = 194+0+142=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2008E is #3DFF71. Grayscale: #494949. Windows color (decimal): -4063090 or 9306306. OLE color: 9306306.
HSL color Cylindrical-coordinate representation of color #C2008E: hue angle of 316.08º 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 #C2008E is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.27 | 0.24 |
| HSL | 316.08º | 1% | 0.38% | - |
| HSV(B) | 316.08º | 1% | 0.76% | - |
| XYZ | 27.13 | 13.42 | 26.75 | - |
| YUV | 74.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 142 | 0 | 1 | 0.27 | 0.24 | 316.08 | 1 | 0.38 |
| Hex | C2 | 0 | 8E | 0 | 64 | 1B | 18 | 13C | 64 | 26 |
| Octal | 302 | 0 | 216 | 0 | 144 | 33 | 30 | 474 | 144 | 46 |
| Binary | 11000010 | 0 | 10001110 | 0 | 1100100 | 11011 | 11000 | 100111100 | 1100100 | 100110 |
Color Harmonies of #C2008E
Complementary color
Monochromatic Colors of #C2008E
Black with #C2008E
Text Example
Text Example
White with #C2008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2008E; }
p { color: rgb(194,0,142); }
H1.HeaderClassName
{
color: #C2008E;
}
.AnyTagClassName
{
color: #C2008E;
}
</style>
background-color css
<style>
a { background-color: #C2008E; }
a { background-color: rgb(194,0,142); }
div.DivClassName
{
background-color: #C2008E;
}
.BgClassName
{
background-color: #C2008E;
}
</style>
border-color css
<style>
span { border-color: #C2008E; }
span { border-color: rgb(194,0,142); }
td.TdClassName
{
border-color: #C2008E;
}
.TagClassName
{
border-color: #C2008E;
}
</style>