Shades of Medium Violet Red #C20180
Tints of Medium Violet Red #C20180
RGB
CMYK
RGB Variations
Color information
#C20180 (or 0xC20180) is known color: Medium Violet Red. HEX triplet: C2, 01 and 80. RGB value is (194,1,128). Sum of RGB (Red+Green+Blue) = 194+1+128=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C20180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20180 is #3DFE7F. Grayscale: #484848. Windows color (decimal): -4062848 or 8389058. OLE color: 8389058.
HSL color Cylindrical-coordinate representation of color #C20180: hue angle of 320.52º 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 #C20180 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.24 |
| HSL | 320.52º | 0.99% | 0.38% | - |
| HSV(B) | 320.52º | 0.99% | 0.76% | - |
| XYZ | 26.16 | 13.05 | 21.56 | - |
| YUV | 73.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 128 | 0 | 0.99 | 0.34 | 0.24 | 320.52 | 0.99 | 0.38 |
| Hex | C2 | 1 | 80 | 0 | 63 | 22 | 18 | 141 | 63 | 26 |
| Octal | 302 | 1 | 200 | 0 | 143 | 42 | 30 | 501 | 143 | 46 |
| Binary | 11000010 | 1 | 10000000 | 0 | 1100011 | 100010 | 11000 | 101000001 | 1100011 | 100110 |
Color Harmonies of #C20180
Complementary color
Monochromatic Colors of #C20180
Black with #C20180
Text Example
Text Example
White with #C20180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20180; }
p { color: rgb(194,1,128); }
H1.HeaderClassName
{
color: #C20180;
}
.AnyTagClassName
{
color: #C20180;
}
</style>
background-color css
<style>
a { background-color: #C20180; }
a { background-color: rgb(194,1,128); }
div.DivClassName
{
background-color: #C20180;
}
.BgClassName
{
background-color: #C20180;
}
</style>
border-color css
<style>
span { border-color: #C20180; }
span { border-color: rgb(194,1,128); }
td.TdClassName
{
border-color: #C20180;
}
.TagClassName
{
border-color: #C20180;
}
</style>