Shades of Medium Violet Red #C21E92
Tints of Medium Violet Red #C21E92
RGB
CMYK
RGB Variations
Color information
#C21E92 (or 0xC21E92) is known color: Medium Violet Red. HEX triplet: C2, 1E and 92. RGB value is (194,30,146). Sum of RGB (Red+Green+Blue) = 194+30+146=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E92 is #3DE16D. Grayscale: #5B5B5B. Windows color (decimal): -4055406 or 9576130. OLE color: 9576130.
HSL color Cylindrical-coordinate representation of color #C21E92: hue angle of 317.56º 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 #C21E92 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 146 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.24 |
| HSL | 317.56º | 0.73% | 0.44% | - |
| HSV(B) | 317.56º | 0.85% | 0.76% | - |
| XYZ | 27.9 | 14.47 | 28.52 | - |
| YUV | 92.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 146 | 0 | 0.85 | 0.25 | 0.24 | 317.56 | 0.73 | 0.44 |
| Hex | C2 | 1E | 92 | 0 | 55 | 19 | 18 | 13E | 49 | 2C |
| Octal | 302 | 36 | 222 | 0 | 125 | 31 | 30 | 476 | 111 | 54 |
| Binary | 11000010 | 11110 | 10010010 | 0 | 1010101 | 11001 | 11000 | 100111110 | 1001001 | 101100 |
Color Harmonies of #C21E92
Complementary color
Monochromatic Colors of #C21E92
Black with #C21E92
Text Example
Text Example
White with #C21E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E92; }
p { color: rgb(194,30,146); }
H1.HeaderClassName
{
color: #C21E92;
}
.AnyTagClassName
{
color: #C21E92;
}
</style>
background-color css
<style>
a { background-color: #C21E92; }
a { background-color: rgb(194,30,146); }
div.DivClassName
{
background-color: #C21E92;
}
.BgClassName
{
background-color: #C21E92;
}
</style>
border-color css
<style>
span { border-color: #C21E92; }
span { border-color: rgb(194,30,146); }
td.TdClassName
{
border-color: #C21E92;
}
.TagClassName
{
border-color: #C21E92;
}
</style>