Shades of Medium Violet Red #C20896
Tints of Medium Violet Red #C20896
RGB
CMYK
RGB Variations
Color information
#C20896 (or 0xC20896) is known color: Medium Violet Red. HEX triplet: C2, 08 and 96. RGB value is (194,8,150). Sum of RGB (Red+Green+Blue) = 194+8+150=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C20896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20896 is #3DF769. Grayscale: #4F4F4F. Windows color (decimal): -4061034 or 9832642. OLE color: 9832642.
HSL color Cylindrical-coordinate representation of color #C20896: hue angle of 314.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20896 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.24 |
| HSL | 314.19º | 0.92% | 0.4% | - |
| HSV(B) | 314.19º | 0.96% | 0.76% | - |
| XYZ | 27.84 | 13.85 | 30.06 | - |
| YUV | 79.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 150 | 0 | 0.96 | 0.23 | 0.24 | 314.19 | 0.92 | 0.4 |
| Hex | C2 | 8 | 96 | 0 | 60 | 17 | 18 | 13A | 5C | 28 |
| Octal | 302 | 10 | 226 | 0 | 140 | 27 | 30 | 472 | 134 | 50 |
| Binary | 11000010 | 1000 | 10010110 | 0 | 1100000 | 10111 | 11000 | 100111010 | 1011100 | 101000 |
Color Harmonies of #C20896
Complementary color
Monochromatic Colors of #C20896
Black with #C20896
Text Example
Text Example
White with #C20896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20896; }
p { color: rgb(194,8,150); }
H1.HeaderClassName
{
color: #C20896;
}
.AnyTagClassName
{
color: #C20896;
}
</style>
background-color css
<style>
a { background-color: #C20896; }
a { background-color: rgb(194,8,150); }
div.DivClassName
{
background-color: #C20896;
}
.BgClassName
{
background-color: #C20896;
}
</style>
border-color css
<style>
span { border-color: #C20896; }
span { border-color: rgb(194,8,150); }
td.TdClassName
{
border-color: #C20896;
}
.TagClassName
{
border-color: #C20896;
}
</style>