Shades of Medium Violet Red #C20176
Tints of Medium Violet Red #C20176
RGB
CMYK
RGB Variations
Color information
#C20176 (or 0xC20176) is known color: Medium Violet Red. HEX triplet: C2, 01 and 76. RGB value is (194,1,118). Sum of RGB (Red+Green+Blue) = 194+1+118=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C20176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20176 is #3DFE89. Grayscale: #474747. Windows color (decimal): -4062858 or 7733698. OLE color: 7733698.
HSL color Cylindrical-coordinate representation of color #C20176: hue angle of 323.63º 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 #C20176 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.24 |
| HSL | 323.63º | 0.99% | 0.38% | - |
| HSV(B) | 323.63º | 0.99% | 0.76% | - |
| XYZ | 25.53 | 12.8 | 18.26 | - |
| YUV | 72.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 118 | 0 | 0.99 | 0.39 | 0.24 | 323.63 | 0.99 | 0.38 |
| Hex | C2 | 1 | 76 | 0 | 63 | 27 | 18 | 144 | 63 | 26 |
| Octal | 302 | 1 | 166 | 0 | 143 | 47 | 30 | 504 | 143 | 46 |
| Binary | 11000010 | 1 | 1110110 | 0 | 1100011 | 100111 | 11000 | 101000100 | 1100011 | 100110 |
Color Harmonies of #C20176
Complementary color
Monochromatic Colors of #C20176
Black with #C20176
Text Example
Text Example
White with #C20176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20176; }
p { color: rgb(194,1,118); }
H1.HeaderClassName
{
color: #C20176;
}
.AnyTagClassName
{
color: #C20176;
}
</style>
background-color css
<style>
a { background-color: #C20176; }
a { background-color: rgb(194,1,118); }
div.DivClassName
{
background-color: #C20176;
}
.BgClassName
{
background-color: #C20176;
}
</style>
border-color css
<style>
span { border-color: #C20176; }
span { border-color: rgb(194,1,118); }
td.TdClassName
{
border-color: #C20176;
}
.TagClassName
{
border-color: #C20176;
}
</style>