Shades of Medium Violet Red #C21E9D
Tints of Medium Violet Red #C21E9D
RGB
CMYK
RGB Variations
Color information
#C21E9D (or 0xC21E9D) is known color: Medium Violet Red. HEX triplet: C2, 1E and 9D. RGB value is (194,30,157). Sum of RGB (Red+Green+Blue) = 194+30+157=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E9D is #3DE162. Grayscale: #5D5D5D. Windows color (decimal): -4055395 or 10297026. OLE color: 10297026.
HSL color Cylindrical-coordinate representation of color #C21E9D: hue angle of 313.54º 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 #C21E9D is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 157 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.24 |
| HSL | 313.54º | 0.73% | 0.44% | - |
| HSV(B) | 313.54º | 0.85% | 0.76% | - |
| XYZ | 28.8 | 14.83 | 33.24 | - |
| YUV | 93.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 157 | 0 | 0.85 | 0.19 | 0.24 | 313.54 | 0.73 | 0.44 |
| Hex | C2 | 1E | 9D | 0 | 55 | 13 | 18 | 13A | 49 | 2C |
| Octal | 302 | 36 | 235 | 0 | 125 | 23 | 30 | 472 | 111 | 54 |
| Binary | 11000010 | 11110 | 10011101 | 0 | 1010101 | 10011 | 11000 | 100111010 | 1001001 | 101100 |
Color Harmonies of #C21E9D
Complementary color
Monochromatic Colors of #C21E9D
Black with #C21E9D
Text Example
Text Example
White with #C21E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E9D; }
p { color: rgb(194,30,157); }
H1.HeaderClassName
{
color: #C21E9D;
}
.AnyTagClassName
{
color: #C21E9D;
}
</style>
background-color css
<style>
a { background-color: #C21E9D; }
a { background-color: rgb(194,30,157); }
div.DivClassName
{
background-color: #C21E9D;
}
.BgClassName
{
background-color: #C21E9D;
}
</style>
border-color css
<style>
span { border-color: #C21E9D; }
span { border-color: rgb(194,30,157); }
td.TdClassName
{
border-color: #C21E9D;
}
.TagClassName
{
border-color: #C21E9D;
}
</style>