Shades of Medium Violet Red #C2078E
Tints of Medium Violet Red #C2078E
RGB
CMYK
RGB Variations
Color information
#C2078E (or 0xC2078E) is known color: Medium Violet Red. HEX triplet: C2, 07 and 8E. RGB value is (194,7,142). Sum of RGB (Red+Green+Blue) = 194+7+142=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2078E is #3DF871. Grayscale: #4D4D4D. Windows color (decimal): -4061298 or 9308098. OLE color: 9308098.
HSL color Cylindrical-coordinate representation of color #C2078E: hue angle of 316.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2078E is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.24 |
| HSL | 316.68º | 0.93% | 0.39% | - |
| HSV(B) | 316.68º | 0.96% | 0.76% | - |
| XYZ | 27.21 | 13.57 | 26.78 | - |
| YUV | 78.3 | 163.95 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 142 | 0 | 0.96 | 0.27 | 0.24 | 316.68 | 0.93 | 0.39 |
| Hex | C2 | 7 | 8E | 0 | 60 | 1B | 18 | 13D | 5D | 27 |
| Octal | 302 | 7 | 216 | 0 | 140 | 33 | 30 | 475 | 135 | 47 |
| Binary | 11000010 | 111 | 10001110 | 0 | 1100000 | 11011 | 11000 | 100111101 | 1011101 | 100111 |
Color Harmonies of #C2078E
Complementary color
Monochromatic Colors of #C2078E
Black with #C2078E
Text Example
Text Example
White with #C2078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2078E; }
p { color: rgb(194,7,142); }
H1.HeaderClassName
{
color: #C2078E;
}
.AnyTagClassName
{
color: #C2078E;
}
</style>
background-color css
<style>
a { background-color: #C2078E; }
a { background-color: rgb(194,7,142); }
div.DivClassName
{
background-color: #C2078E;
}
.BgClassName
{
background-color: #C2078E;
}
</style>
border-color css
<style>
span { border-color: #C2078E; }
span { border-color: rgb(194,7,142); }
td.TdClassName
{
border-color: #C2078E;
}
.TagClassName
{
border-color: #C2078E;
}
</style>