Shades of Medium Violet Red #C21E98
Tints of Medium Violet Red #C21E98
RGB
CMYK
RGB Variations
Color information
#C21E98 (or 0xC21E98) is known color: Medium Violet Red. HEX triplet: C2, 1E and 98. RGB value is (194,30,152). Sum of RGB (Red+Green+Blue) = 194+30+152=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E98 is #3DE167. Grayscale: #5C5C5C. Windows color (decimal): -4055400 or 9969346. OLE color: 9969346.
HSL color Cylindrical-coordinate representation of color #C21E98: hue angle of 315.37º 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 #C21E98 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 152 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.24 |
| HSL | 315.37º | 0.73% | 0.44% | - |
| HSV(B) | 315.37º | 0.85% | 0.76% | - |
| XYZ | 28.38 | 14.66 | 31.04 | - |
| YUV | 92.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 152 | 0 | 0.85 | 0.22 | 0.24 | 315.37 | 0.73 | 0.44 |
| Hex | C2 | 1E | 98 | 0 | 55 | 16 | 18 | 13B | 49 | 2C |
| Octal | 302 | 36 | 230 | 0 | 125 | 26 | 30 | 473 | 111 | 54 |
| Binary | 11000010 | 11110 | 10011000 | 0 | 1010101 | 10110 | 11000 | 100111011 | 1001001 | 101100 |
Color Harmonies of #C21E98
Complementary color
Monochromatic Colors of #C21E98
Black with #C21E98
Text Example
Text Example
White with #C21E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E98; }
p { color: rgb(194,30,152); }
H1.HeaderClassName
{
color: #C21E98;
}
.AnyTagClassName
{
color: #C21E98;
}
</style>
background-color css
<style>
a { background-color: #C21E98; }
a { background-color: rgb(194,30,152); }
div.DivClassName
{
background-color: #C21E98;
}
.BgClassName
{
background-color: #C21E98;
}
</style>
border-color css
<style>
span { border-color: #C21E98; }
span { border-color: rgb(194,30,152); }
td.TdClassName
{
border-color: #C21E98;
}
.TagClassName
{
border-color: #C21E98;
}
</style>