Shades of Medium Violet Red #C21E81
Tints of Medium Violet Red #C21E81
RGB
CMYK
RGB Variations
Color information
#C21E81 (or 0xC21E81) is known color: Medium Violet Red. HEX triplet: C2, 1E and 81. RGB value is (194,30,129). Sum of RGB (Red+Green+Blue) = 194+30+129=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E81 is #3DE17E. Grayscale: #5A5A5A. Windows color (decimal): -4055423 or 8462018. OLE color: 8462018.
HSL color Cylindrical-coordinate representation of color #C21E81: hue angle of 323.78º 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 #C21E81 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 129 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.24 |
| HSL | 323.78º | 0.73% | 0.44% | - |
| HSV(B) | 323.78º | 0.85% | 0.76% | - |
| XYZ | 26.67 | 13.98 | 22.06 | - |
| YUV | 90.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 129 | 0 | 0.85 | 0.34 | 0.24 | 323.78 | 0.73 | 0.44 |
| Hex | C2 | 1E | 81 | 0 | 55 | 22 | 18 | 144 | 49 | 2C |
| Octal | 302 | 36 | 201 | 0 | 125 | 42 | 30 | 504 | 111 | 54 |
| Binary | 11000010 | 11110 | 10000001 | 0 | 1010101 | 100010 | 11000 | 101000100 | 1001001 | 101100 |
Color Harmonies of #C21E81
Complementary color
Monochromatic Colors of #C21E81
Black with #C21E81
Text Example
Text Example
White with #C21E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E81; }
p { color: rgb(194,30,129); }
H1.HeaderClassName
{
color: #C21E81;
}
.AnyTagClassName
{
color: #C21E81;
}
</style>
background-color css
<style>
a { background-color: #C21E81; }
a { background-color: rgb(194,30,129); }
div.DivClassName
{
background-color: #C21E81;
}
.BgClassName
{
background-color: #C21E81;
}
</style>
border-color css
<style>
span { border-color: #C21E81; }
span { border-color: rgb(194,30,129); }
td.TdClassName
{
border-color: #C21E81;
}
.TagClassName
{
border-color: #C21E81;
}
</style>