Shades of Medium Violet Red #C21A80
Tints of Medium Violet Red #C21A80
RGB
CMYK
RGB Variations
Color information
#C21A80 (or 0xC21A80) is known color: Medium Violet Red. HEX triplet: C2, 1A and 80. RGB value is (194,26,128). Sum of RGB (Red+Green+Blue) = 194+26+128=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A80 is #3DE57F. Grayscale: #575757. Windows color (decimal): -4056448 or 8395458. OLE color: 8395458.
HSL color Cylindrical-coordinate representation of color #C21A80: hue angle of 323.57º 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 #C21A80 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 128 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.24 |
| HSL | 323.57º | 0.76% | 0.43% | - |
| HSV(B) | 323.57º | 0.87% | 0.76% | - |
| XYZ | 26.51 | 13.77 | 21.68 | - |
| YUV | 87.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 128 | 0 | 0.87 | 0.34 | 0.24 | 323.57 | 0.76 | 0.43 |
| Hex | C2 | 1A | 80 | 0 | 57 | 22 | 18 | 144 | 4C | 2B |
| Octal | 302 | 32 | 200 | 0 | 127 | 42 | 30 | 504 | 114 | 53 |
| Binary | 11000010 | 11010 | 10000000 | 0 | 1010111 | 100010 | 11000 | 101000100 | 1001100 | 101011 |
Color Harmonies of #C21A80
Complementary color
Monochromatic Colors of #C21A80
Black with #C21A80
Text Example
Text Example
White with #C21A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A80; }
p { color: rgb(194,26,128); }
H1.HeaderClassName
{
color: #C21A80;
}
.AnyTagClassName
{
color: #C21A80;
}
</style>
background-color css
<style>
a { background-color: #C21A80; }
a { background-color: rgb(194,26,128); }
div.DivClassName
{
background-color: #C21A80;
}
.BgClassName
{
background-color: #C21A80;
}
</style>
border-color css
<style>
span { border-color: #C21A80; }
span { border-color: rgb(194,26,128); }
td.TdClassName
{
border-color: #C21A80;
}
.TagClassName
{
border-color: #C21A80;
}
</style>