Shades of Medium Violet Red #C20179
Tints of Medium Violet Red #C20179
RGB
CMYK
RGB Variations
Color information
#C20179 (or 0xC20179) is known color: Medium Violet Red. HEX triplet: C2, 01 and 79. RGB value is (194,1,121). Sum of RGB (Red+Green+Blue) = 194+1+121=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20179 is #3DFE86. Grayscale: #484848. Windows color (decimal): -4062855 or 7930306. OLE color: 7930306.
HSL color Cylindrical-coordinate representation of color #C20179: hue angle of 322.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20179 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.24 |
| HSL | 322.69º | 0.99% | 0.38% | - |
| HSV(B) | 322.69º | 0.99% | 0.76% | - |
| XYZ | 25.71 | 12.87 | 19.22 | - |
| YUV | 72.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 121 | 0 | 0.99 | 0.38 | 0.24 | 322.69 | 0.99 | 0.38 |
| Hex | C2 | 1 | 79 | 0 | 63 | 26 | 18 | 143 | 63 | 26 |
| Octal | 302 | 1 | 171 | 0 | 143 | 46 | 30 | 503 | 143 | 46 |
| Binary | 11000010 | 1 | 1111001 | 0 | 1100011 | 100110 | 11000 | 101000011 | 1100011 | 100110 |
Color Harmonies of #C20179
Complementary color
Monochromatic Colors of #C20179
Black with #C20179
Text Example
Text Example
White with #C20179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20179; }
p { color: rgb(194,1,121); }
H1.HeaderClassName
{
color: #C20179;
}
.AnyTagClassName
{
color: #C20179;
}
</style>
background-color css
<style>
a { background-color: #C20179; }
a { background-color: rgb(194,1,121); }
div.DivClassName
{
background-color: #C20179;
}
.BgClassName
{
background-color: #C20179;
}
</style>
border-color css
<style>
span { border-color: #C20179; }
span { border-color: rgb(194,1,121); }
td.TdClassName
{
border-color: #C20179;
}
.TagClassName
{
border-color: #C20179;
}
</style>