Shades of Medium Violet Red #C21AA1
Tints of Medium Violet Red #C21AA1
RGB
CMYK
RGB Variations
Color information
#C21AA1 (or 0xC21AA1) is known color: Medium Violet Red. HEX triplet: C2, 1A and A1. RGB value is (194,26,161). Sum of RGB (Red+Green+Blue) = 194+26+161=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AA1 is #3DE55E. Grayscale: #5B5B5B. Windows color (decimal): -4056415 or 10558146. OLE color: 10558146.
HSL color Cylindrical-coordinate representation of color #C21AA1: hue angle of 311.79º 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 #C21AA1 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 161 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.24 |
| HSL | 311.79º | 0.76% | 0.43% | - |
| HSV(B) | 311.79º | 0.87% | 0.76% | - |
| XYZ | 29.05 | 14.78 | 35.04 | - |
| YUV | 91.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 161 | 0 | 0.87 | 0.17 | 0.24 | 311.79 | 0.76 | 0.43 |
| Hex | C2 | 1A | A1 | 0 | 57 | 11 | 18 | 138 | 4C | 2B |
| Octal | 302 | 32 | 241 | 0 | 127 | 21 | 30 | 470 | 114 | 53 |
| Binary | 11000010 | 11010 | 10100001 | 0 | 1010111 | 10001 | 11000 | 100111000 | 1001100 | 101011 |
Color Harmonies of #C21AA1
Complementary color
Monochromatic Colors of #C21AA1
Black with #C21AA1
Text Example
Text Example
White with #C21AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AA1; }
p { color: rgb(194,26,161); }
H1.HeaderClassName
{
color: #C21AA1;
}
.AnyTagClassName
{
color: #C21AA1;
}
</style>
background-color css
<style>
a { background-color: #C21AA1; }
a { background-color: rgb(194,26,161); }
div.DivClassName
{
background-color: #C21AA1;
}
.BgClassName
{
background-color: #C21AA1;
}
</style>
border-color css
<style>
span { border-color: #C21AA1; }
span { border-color: rgb(194,26,161); }
td.TdClassName
{
border-color: #C21AA1;
}
.TagClassName
{
border-color: #C21AA1;
}
</style>