Shades of Medium Violet Red #C21E6C
Tints of Medium Violet Red #C21E6C
RGB
CMYK
RGB Variations
Color information
#C21E6C (or 0xC21E6C) is known color: Medium Violet Red. HEX triplet: C2, 1E and 6C. RGB value is (194,30,108). Sum of RGB (Red+Green+Blue) = 194+30+108=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E6C is #3DE193. Grayscale: #575757. Windows color (decimal): -4055444 or 7085762. OLE color: 7085762.
HSL color Cylindrical-coordinate representation of color #C21E6C: hue angle of 331.46º 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 #C21E6C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 108 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.24 |
| HSL | 331.46º | 0.73% | 0.44% | - |
| HSV(B) | 331.46º | 0.85% | 0.76% | - |
| XYZ | 25.42 | 13.48 | 15.45 | - |
| YUV | 87.93 | 139.33 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 108 | 0 | 0.85 | 0.44 | 0.24 | 331.46 | 0.73 | 0.44 |
| Hex | C2 | 1E | 6C | 0 | 55 | 2C | 18 | 14B | 49 | 2C |
| Octal | 302 | 36 | 154 | 0 | 125 | 54 | 30 | 513 | 111 | 54 |
| Binary | 11000010 | 11110 | 1101100 | 0 | 1010101 | 101100 | 11000 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C21E6C
Complementary color
Monochromatic Colors of #C21E6C
Black with #C21E6C
Text Example
Text Example
White with #C21E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E6C; }
p { color: rgb(194,30,108); }
H1.HeaderClassName
{
color: #C21E6C;
}
.AnyTagClassName
{
color: #C21E6C;
}
</style>
background-color css
<style>
a { background-color: #C21E6C; }
a { background-color: rgb(194,30,108); }
div.DivClassName
{
background-color: #C21E6C;
}
.BgClassName
{
background-color: #C21E6C;
}
</style>
border-color css
<style>
span { border-color: #C21E6C; }
span { border-color: rgb(194,30,108); }
td.TdClassName
{
border-color: #C21E6C;
}
.TagClassName
{
border-color: #C21E6C;
}
</style>