Shades of Medium Violet Red #C21E9E
Tints of Medium Violet Red #C21E9E
RGB
CMYK
RGB Variations
Color information
#C21E9E (or 0xC21E9E) is known color: Medium Violet Red. HEX triplet: C2, 1E and 9E. RGB value is (194,30,158). Sum of RGB (Red+Green+Blue) = 194+30+158=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E9E is #3DE161. Grayscale: #5D5D5D. Windows color (decimal): -4055394 or 10362562. OLE color: 10362562.
HSL color Cylindrical-coordinate representation of color #C21E9E: hue angle of 313.17º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E9E is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 158 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.24 |
| HSL | 313.17º | 0.73% | 0.44% | - |
| HSV(B) | 313.17º | 0.85% | 0.76% | - |
| XYZ | 28.88 | 14.87 | 33.69 | - |
| YUV | 93.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 158 | 0 | 0.85 | 0.19 | 0.24 | 313.17 | 0.73 | 0.44 |
| Hex | C2 | 1E | 9E | 0 | 55 | 13 | 18 | 139 | 49 | 2C |
| Octal | 302 | 36 | 236 | 0 | 125 | 23 | 30 | 471 | 111 | 54 |
| Binary | 11000010 | 11110 | 10011110 | 0 | 1010101 | 10011 | 11000 | 100111001 | 1001001 | 101100 |
Color Harmonies of #C21E9E
Complementary color
Monochromatic Colors of #C21E9E
Black with #C21E9E
Text Example
Text Example
White with #C21E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E9E; }
p { color: rgb(194,30,158); }
H1.HeaderClassName
{
color: #C21E9E;
}
.AnyTagClassName
{
color: #C21E9E;
}
</style>
background-color css
<style>
a { background-color: #C21E9E; }
a { background-color: rgb(194,30,158); }
div.DivClassName
{
background-color: #C21E9E;
}
.BgClassName
{
background-color: #C21E9E;
}
</style>
border-color css
<style>
span { border-color: #C21E9E; }
span { border-color: rgb(194,30,158); }
td.TdClassName
{
border-color: #C21E9E;
}
.TagClassName
{
border-color: #C21E9E;
}
</style>