Shades of Medium Violet Red #C21996
Tints of Medium Violet Red #C21996
RGB
CMYK
RGB Variations
Color information
#C21996 (or 0xC21996) is known color: Medium Violet Red. HEX triplet: C2, 19 and 96. RGB value is (194,25,150). Sum of RGB (Red+Green+Blue) = 194+25+150=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C21996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21996 is #3DE669. Grayscale: #595959. Windows color (decimal): -4056682 or 9836994. OLE color: 9836994.
HSL color Cylindrical-coordinate representation of color #C21996: hue angle of 315.62º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21996 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 150 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.24 |
| HSL | 315.62º | 0.77% | 0.43% | - |
| HSV(B) | 315.62º | 0.87% | 0.76% | - |
| XYZ | 28.1 | 14.37 | 30.15 | - |
| YUV | 89.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 150 | 0 | 0.87 | 0.23 | 0.24 | 315.62 | 0.77 | 0.43 |
| Hex | C2 | 19 | 96 | 0 | 57 | 17 | 18 | 13C | 4D | 2B |
| Octal | 302 | 31 | 226 | 0 | 127 | 27 | 30 | 474 | 115 | 53 |
| Binary | 11000010 | 11001 | 10010110 | 0 | 1010111 | 10111 | 11000 | 100111100 | 1001101 | 101011 |
Color Harmonies of #C21996
Complementary color
Monochromatic Colors of #C21996
Black with #C21996
Text Example
Text Example
White with #C21996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21996; }
p { color: rgb(194,25,150); }
H1.HeaderClassName
{
color: #C21996;
}
.AnyTagClassName
{
color: #C21996;
}
</style>
background-color css
<style>
a { background-color: #C21996; }
a { background-color: rgb(194,25,150); }
div.DivClassName
{
background-color: #C21996;
}
.BgClassName
{
background-color: #C21996;
}
</style>
border-color css
<style>
span { border-color: #C21996; }
span { border-color: rgb(194,25,150); }
td.TdClassName
{
border-color: #C21996;
}
.TagClassName
{
border-color: #C21996;
}
</style>