Shades of Medium Violet Red #C21E72
Tints of Medium Violet Red #C21E72
RGB
CMYK
RGB Variations
Color information
#C21E72 (or 0xC21E72) is known color: Medium Violet Red. HEX triplet: C2, 1E and 72. RGB value is (194,30,114). Sum of RGB (Red+Green+Blue) = 194+30+114=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E72 is #3DE18D. Grayscale: #585858. Windows color (decimal): -4055438 or 7478978. OLE color: 7478978.
HSL color Cylindrical-coordinate representation of color #C21E72: hue angle of 329.27º 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 #C21E72 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 114 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.24 |
| HSL | 329.27º | 0.73% | 0.44% | - |
| HSV(B) | 329.27º | 0.85% | 0.76% | - |
| XYZ | 25.75 | 13.61 | 17.19 | - |
| YUV | 88.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 114 | 0 | 0.85 | 0.41 | 0.24 | 329.27 | 0.73 | 0.44 |
| Hex | C2 | 1E | 72 | 0 | 55 | 29 | 18 | 149 | 49 | 2C |
| Octal | 302 | 36 | 162 | 0 | 125 | 51 | 30 | 511 | 111 | 54 |
| Binary | 11000010 | 11110 | 1110010 | 0 | 1010101 | 101001 | 11000 | 101001001 | 1001001 | 101100 |
Color Harmonies of #C21E72
Complementary color
Monochromatic Colors of #C21E72
Black with #C21E72
Text Example
Text Example
White with #C21E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E72; }
p { color: rgb(194,30,114); }
H1.HeaderClassName
{
color: #C21E72;
}
.AnyTagClassName
{
color: #C21E72;
}
</style>
background-color css
<style>
a { background-color: #C21E72; }
a { background-color: rgb(194,30,114); }
div.DivClassName
{
background-color: #C21E72;
}
.BgClassName
{
background-color: #C21E72;
}
</style>
border-color css
<style>
span { border-color: #C21E72; }
span { border-color: rgb(194,30,114); }
td.TdClassName
{
border-color: #C21E72;
}
.TagClassName
{
border-color: #C21E72;
}
</style>