Shades of Medium Violet Red #C2079B
Tints of Medium Violet Red #C2079B
RGB
CMYK
RGB Variations
Color information
#C2079B (or 0xC2079B) is known color: Medium Violet Red. HEX triplet: C2, 07 and 9B. RGB value is (194,7,155). Sum of RGB (Red+Green+Blue) = 194+7+155=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2079B is #3DF864. Grayscale: #4F4F4F. Windows color (decimal): -4061285 or 10160066. OLE color: 10160066.
HSL color Cylindrical-coordinate representation of color #C2079B: hue angle of 312.51º 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 #C2079B is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.24 |
| HSL | 312.51º | 0.93% | 0.39% | - |
| HSV(B) | 312.51º | 0.96% | 0.76% | - |
| XYZ | 28.24 | 13.99 | 32.22 | - |
| YUV | 79.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 155 | 0 | 0.96 | 0.20 | 0.24 | 312.51 | 0.93 | 0.39 |
| Hex | C2 | 7 | 9B | 0 | 60 | 14 | 18 | 139 | 5D | 27 |
| Octal | 302 | 7 | 233 | 0 | 140 | 24 | 30 | 471 | 135 | 47 |
| Binary | 11000010 | 111 | 10011011 | 0 | 1100000 | 10100 | 11000 | 100111001 | 1011101 | 100111 |
Color Harmonies of #C2079B
Complementary color
Monochromatic Colors of #C2079B
Black with #C2079B
Text Example
Text Example
White with #C2079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2079B; }
p { color: rgb(194,7,155); }
H1.HeaderClassName
{
color: #C2079B;
}
.AnyTagClassName
{
color: #C2079B;
}
</style>
background-color css
<style>
a { background-color: #C2079B; }
a { background-color: rgb(194,7,155); }
div.DivClassName
{
background-color: #C2079B;
}
.BgClassName
{
background-color: #C2079B;
}
</style>
border-color css
<style>
span { border-color: #C2079B; }
span { border-color: rgb(194,7,155); }
td.TdClassName
{
border-color: #C2079B;
}
.TagClassName
{
border-color: #C2079B;
}
</style>