Shades of Medium Violet Red #C21A81
Tints of Medium Violet Red #C21A81
RGB
CMYK
RGB Variations
Color information
#C21A81 (or 0xC21A81) is known color: Medium Violet Red. HEX triplet: C2, 1A and 81. RGB value is (194,26,129). Sum of RGB (Red+Green+Blue) = 194+26+129=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A81 is #3DE57E. Grayscale: #575757. Windows color (decimal): -4056447 or 8460994. OLE color: 8460994.
HSL color Cylindrical-coordinate representation of color #C21A81: hue angle of 323.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A81 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 129 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.24 |
| HSL | 323.21º | 0.76% | 0.43% | - |
| HSV(B) | 323.21º | 0.87% | 0.76% | - |
| XYZ | 26.58 | 13.79 | 22.03 | - |
| YUV | 87.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 129 | 0 | 0.87 | 0.34 | 0.24 | 323.21 | 0.76 | 0.43 |
| Hex | C2 | 1A | 81 | 0 | 57 | 22 | 18 | 143 | 4C | 2B |
| Octal | 302 | 32 | 201 | 0 | 127 | 42 | 30 | 503 | 114 | 53 |
| Binary | 11000010 | 11010 | 10000001 | 0 | 1010111 | 100010 | 11000 | 101000011 | 1001100 | 101011 |
Color Harmonies of #C21A81
Complementary color
Monochromatic Colors of #C21A81
Black with #C21A81
Text Example
Text Example
White with #C21A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A81; }
p { color: rgb(194,26,129); }
H1.HeaderClassName
{
color: #C21A81;
}
.AnyTagClassName
{
color: #C21A81;
}
</style>
background-color css
<style>
a { background-color: #C21A81; }
a { background-color: rgb(194,26,129); }
div.DivClassName
{
background-color: #C21A81;
}
.BgClassName
{
background-color: #C21A81;
}
</style>
border-color css
<style>
span { border-color: #C21A81; }
span { border-color: rgb(194,26,129); }
td.TdClassName
{
border-color: #C21A81;
}
.TagClassName
{
border-color: #C21A81;
}
</style>