Shades of Medium Violet Red #C20177
Tints of Medium Violet Red #C20177
RGB
CMYK
RGB Variations
Color information
#C20177 (or 0xC20177) is known color: Medium Violet Red. HEX triplet: C2, 01 and 77. RGB value is (194,1,119). Sum of RGB (Red+Green+Blue) = 194+1+119=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C20177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20177 is #3DFE88. Grayscale: #474747. Windows color (decimal): -4062857 or 7799234. OLE color: 7799234.
HSL color Cylindrical-coordinate representation of color #C20177: hue angle of 323.32º 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 #C20177 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.24 |
| HSL | 323.32º | 0.99% | 0.38% | - |
| HSV(B) | 323.32º | 0.99% | 0.76% | - |
| XYZ | 25.59 | 12.82 | 18.58 | - |
| YUV | 72.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 119 | 0 | 0.99 | 0.39 | 0.24 | 323.32 | 0.99 | 0.38 |
| Hex | C2 | 1 | 77 | 0 | 63 | 27 | 18 | 143 | 63 | 26 |
| Octal | 302 | 1 | 167 | 0 | 143 | 47 | 30 | 503 | 143 | 46 |
| Binary | 11000010 | 1 | 1110111 | 0 | 1100011 | 100111 | 11000 | 101000011 | 1100011 | 100110 |
Color Harmonies of #C20177
Complementary color
Monochromatic Colors of #C20177
Black with #C20177
Text Example
Text Example
White with #C20177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20177; }
p { color: rgb(194,1,119); }
H1.HeaderClassName
{
color: #C20177;
}
.AnyTagClassName
{
color: #C20177;
}
</style>
background-color css
<style>
a { background-color: #C20177; }
a { background-color: rgb(194,1,119); }
div.DivClassName
{
background-color: #C20177;
}
.BgClassName
{
background-color: #C20177;
}
</style>
border-color css
<style>
span { border-color: #C20177; }
span { border-color: rgb(194,1,119); }
td.TdClassName
{
border-color: #C20177;
}
.TagClassName
{
border-color: #C20177;
}
</style>