Shades of Medium Violet Red #C21E77
Tints of Medium Violet Red #C21E77
RGB
CMYK
RGB Variations
Color information
#C21E77 (or 0xC21E77) is known color: Medium Violet Red. HEX triplet: C2, 1E and 77. RGB value is (194,30,119). Sum of RGB (Red+Green+Blue) = 194+30+119=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E77 is #3DE188. Grayscale: #585858. Windows color (decimal): -4055433 or 7806658. OLE color: 7806658.
HSL color Cylindrical-coordinate representation of color #C21E77: hue angle of 327.44º 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 #C21E77 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 119 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.24 |
| HSL | 327.44º | 0.73% | 0.44% | - |
| HSV(B) | 327.44º | 0.85% | 0.76% | - |
| XYZ | 26.04 | 13.73 | 18.73 | - |
| YUV | 89.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 119 | 0 | 0.85 | 0.39 | 0.24 | 327.44 | 0.73 | 0.44 |
| Hex | C2 | 1E | 77 | 0 | 55 | 27 | 18 | 147 | 49 | 2C |
| Octal | 302 | 36 | 167 | 0 | 125 | 47 | 30 | 507 | 111 | 54 |
| Binary | 11000010 | 11110 | 1110111 | 0 | 1010101 | 100111 | 11000 | 101000111 | 1001001 | 101100 |
Color Harmonies of #C21E77
Complementary color
Monochromatic Colors of #C21E77
Black with #C21E77
Text Example
Text Example
White with #C21E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E77; }
p { color: rgb(194,30,119); }
H1.HeaderClassName
{
color: #C21E77;
}
.AnyTagClassName
{
color: #C21E77;
}
</style>
background-color css
<style>
a { background-color: #C21E77; }
a { background-color: rgb(194,30,119); }
div.DivClassName
{
background-color: #C21E77;
}
.BgClassName
{
background-color: #C21E77;
}
</style>
border-color css
<style>
span { border-color: #C21E77; }
span { border-color: rgb(194,30,119); }
td.TdClassName
{
border-color: #C21E77;
}
.TagClassName
{
border-color: #C21E77;
}
</style>