Shades of Medium Violet Red #C21E90
Tints of Medium Violet Red #C21E90
RGB
CMYK
RGB Variations
Color information
#C21E90 (or 0xC21E90) is known color: Medium Violet Red. HEX triplet: C2, 1E and 90. RGB value is (194,30,144). Sum of RGB (Red+Green+Blue) = 194+30+144=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E90 is #3DE16F. Grayscale: #5B5B5B. Windows color (decimal): -4055408 or 9445058. OLE color: 9445058.
HSL color Cylindrical-coordinate representation of color #C21E90: hue angle of 318.29º 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 #C21E90 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 144 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.24 |
| HSL | 318.29º | 0.73% | 0.44% | - |
| HSV(B) | 318.29º | 0.85% | 0.76% | - |
| XYZ | 27.75 | 14.41 | 27.7 | - |
| YUV | 92.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 144 | 0 | 0.85 | 0.26 | 0.24 | 318.29 | 0.73 | 0.44 |
| Hex | C2 | 1E | 90 | 0 | 55 | 1A | 18 | 13E | 49 | 2C |
| Octal | 302 | 36 | 220 | 0 | 125 | 32 | 30 | 476 | 111 | 54 |
| Binary | 11000010 | 11110 | 10010000 | 0 | 1010101 | 11010 | 11000 | 100111110 | 1001001 | 101100 |
Color Harmonies of #C21E90
Complementary color
Monochromatic Colors of #C21E90
Black with #C21E90
Text Example
Text Example
White with #C21E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E90; }
p { color: rgb(194,30,144); }
H1.HeaderClassName
{
color: #C21E90;
}
.AnyTagClassName
{
color: #C21E90;
}
</style>
background-color css
<style>
a { background-color: #C21E90; }
a { background-color: rgb(194,30,144); }
div.DivClassName
{
background-color: #C21E90;
}
.BgClassName
{
background-color: #C21E90;
}
</style>
border-color css
<style>
span { border-color: #C21E90; }
span { border-color: rgb(194,30,144); }
td.TdClassName
{
border-color: #C21E90;
}
.TagClassName
{
border-color: #C21E90;
}
</style>