Shades of Medium Violet Red #C21E97
Tints of Medium Violet Red #C21E97
RGB
CMYK
RGB Variations
Color information
#C21E97 (or 0xC21E97) is known color: Medium Violet Red. HEX triplet: C2, 1E and 97. RGB value is (194,30,151). Sum of RGB (Red+Green+Blue) = 194+30+151=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E97 is #3DE168. Grayscale: #5C5C5C. Windows color (decimal): -4055401 or 9903810. OLE color: 9903810.
HSL color Cylindrical-coordinate representation of color #C21E97: hue angle of 315.73º 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 #C21E97 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 151 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.24 |
| HSL | 315.73º | 0.73% | 0.44% | - |
| HSV(B) | 315.73º | 0.85% | 0.76% | - |
| XYZ | 28.3 | 14.63 | 30.61 | - |
| YUV | 92.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 151 | 0 | 0.85 | 0.22 | 0.24 | 315.73 | 0.73 | 0.44 |
| Hex | C2 | 1E | 97 | 0 | 55 | 16 | 18 | 13C | 49 | 2C |
| Octal | 302 | 36 | 227 | 0 | 125 | 26 | 30 | 474 | 111 | 54 |
| Binary | 11000010 | 11110 | 10010111 | 0 | 1010101 | 10110 | 11000 | 100111100 | 1001001 | 101100 |
Color Harmonies of #C21E97
Complementary color
Monochromatic Colors of #C21E97
Black with #C21E97
Text Example
Text Example
White with #C21E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E97; }
p { color: rgb(194,30,151); }
H1.HeaderClassName
{
color: #C21E97;
}
.AnyTagClassName
{
color: #C21E97;
}
</style>
background-color css
<style>
a { background-color: #C21E97; }
a { background-color: rgb(194,30,151); }
div.DivClassName
{
background-color: #C21E97;
}
.BgClassName
{
background-color: #C21E97;
}
</style>
border-color css
<style>
span { border-color: #C21E97; }
span { border-color: rgb(194,30,151); }
td.TdClassName
{
border-color: #C21E97;
}
.TagClassName
{
border-color: #C21E97;
}
</style>