Shades of Medium Violet Red #C21E6E
Tints of Medium Violet Red #C21E6E
RGB
CMYK
RGB Variations
Color information
#C21E6E (or 0xC21E6E) is known color: Medium Violet Red. HEX triplet: C2, 1E and 6E. RGB value is (194,30,110). Sum of RGB (Red+Green+Blue) = 194+30+110=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E6E is #3DE191. Grayscale: #575757. Windows color (decimal): -4055442 or 7216834. OLE color: 7216834.
HSL color Cylindrical-coordinate representation of color #C21E6E: hue angle of 330.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 #C21E6E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 110 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.24 |
| HSL | 330.73º | 0.73% | 0.44% | - |
| HSV(B) | 330.73º | 0.85% | 0.76% | - |
| XYZ | 25.53 | 13.52 | 16.02 | - |
| YUV | 88.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 110 | 0 | 0.85 | 0.43 | 0.24 | 330.73 | 0.73 | 0.44 |
| Hex | C2 | 1E | 6E | 0 | 55 | 2B | 18 | 14B | 49 | 2C |
| Octal | 302 | 36 | 156 | 0 | 125 | 53 | 30 | 513 | 111 | 54 |
| Binary | 11000010 | 11110 | 1101110 | 0 | 1010101 | 101011 | 11000 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C21E6E
Complementary color
Monochromatic Colors of #C21E6E
Black with #C21E6E
Text Example
Text Example
White with #C21E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E6E; }
p { color: rgb(194,30,110); }
H1.HeaderClassName
{
color: #C21E6E;
}
.AnyTagClassName
{
color: #C21E6E;
}
</style>
background-color css
<style>
a { background-color: #C21E6E; }
a { background-color: rgb(194,30,110); }
div.DivClassName
{
background-color: #C21E6E;
}
.BgClassName
{
background-color: #C21E6E;
}
</style>
border-color css
<style>
span { border-color: #C21E6E; }
span { border-color: rgb(194,30,110); }
td.TdClassName
{
border-color: #C21E6E;
}
.TagClassName
{
border-color: #C21E6E;
}
</style>