Shades of Medium Violet Red #C2079A
Tints of Medium Violet Red #C2079A
RGB
CMYK
RGB Variations
Color information
#C2079A (or 0xC2079A) is known color: Medium Violet Red. HEX triplet: C2, 07 and 9A. RGB value is (194,7,154). Sum of RGB (Red+Green+Blue) = 194+7+154=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2079A is #3DF865. Grayscale: #4F4F4F. Windows color (decimal): -4061286 or 10094530. OLE color: 10094530.
HSL color Cylindrical-coordinate representation of color #C2079A: hue angle of 312.83º 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 #C2079A is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.24 |
| HSL | 312.83º | 0.93% | 0.39% | - |
| HSV(B) | 312.83º | 0.96% | 0.76% | - |
| XYZ | 28.16 | 13.95 | 31.78 | - |
| YUV | 79.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 154 | 0 | 0.96 | 0.21 | 0.24 | 312.83 | 0.93 | 0.39 |
| Hex | C2 | 7 | 9A | 0 | 60 | 15 | 18 | 139 | 5D | 27 |
| Octal | 302 | 7 | 232 | 0 | 140 | 25 | 30 | 471 | 135 | 47 |
| Binary | 11000010 | 111 | 10011010 | 0 | 1100000 | 10101 | 11000 | 100111001 | 1011101 | 100111 |
Color Harmonies of #C2079A
Complementary color
Monochromatic Colors of #C2079A
Black with #C2079A
Text Example
Text Example
White with #C2079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2079A; }
p { color: rgb(194,7,154); }
H1.HeaderClassName
{
color: #C2079A;
}
.AnyTagClassName
{
color: #C2079A;
}
</style>
background-color css
<style>
a { background-color: #C2079A; }
a { background-color: rgb(194,7,154); }
div.DivClassName
{
background-color: #C2079A;
}
.BgClassName
{
background-color: #C2079A;
}
</style>
border-color css
<style>
span { border-color: #C2079A; }
span { border-color: rgb(194,7,154); }
td.TdClassName
{
border-color: #C2079A;
}
.TagClassName
{
border-color: #C2079A;
}
</style>