Shades of Medium Violet Red #C21AA2
Tints of Medium Violet Red #C21AA2
RGB
CMYK
RGB Variations
Color information
#C21AA2 (or 0xC21AA2) is known color: Medium Violet Red. HEX triplet: C2, 1A and A2. RGB value is (194,26,162). Sum of RGB (Red+Green+Blue) = 194+26+162=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AA2 is #3DE55D. Grayscale: #5B5B5B. Windows color (decimal): -4056414 or 10623682. OLE color: 10623682.
HSL color Cylindrical-coordinate representation of color #C21AA2: hue angle of 311.43º 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 #C21AA2 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 162 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.24 |
| HSL | 311.43º | 0.76% | 0.43% | - |
| HSV(B) | 311.43º | 0.87% | 0.76% | - |
| XYZ | 29.14 | 14.82 | 35.51 | - |
| YUV | 91.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 162 | 0 | 0.87 | 0.16 | 0.24 | 311.43 | 0.76 | 0.43 |
| Hex | C2 | 1A | A2 | 0 | 57 | 10 | 18 | 137 | 4C | 2B |
| Octal | 302 | 32 | 242 | 0 | 127 | 20 | 30 | 467 | 114 | 53 |
| Binary | 11000010 | 11010 | 10100010 | 0 | 1010111 | 10000 | 11000 | 100110111 | 1001100 | 101011 |
Color Harmonies of #C21AA2
Complementary color
Monochromatic Colors of #C21AA2
Black with #C21AA2
Text Example
Text Example
White with #C21AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AA2; }
p { color: rgb(194,26,162); }
H1.HeaderClassName
{
color: #C21AA2;
}
.AnyTagClassName
{
color: #C21AA2;
}
</style>
background-color css
<style>
a { background-color: #C21AA2; }
a { background-color: rgb(194,26,162); }
div.DivClassName
{
background-color: #C21AA2;
}
.BgClassName
{
background-color: #C21AA2;
}
</style>
border-color css
<style>
span { border-color: #C21AA2; }
span { border-color: rgb(194,26,162); }
td.TdClassName
{
border-color: #C21AA2;
}
.TagClassName
{
border-color: #C21AA2;
}
</style>