Shades of Medium Violet Red #C21AA4
Tints of Medium Violet Red #C21AA4
RGB
CMYK
RGB Variations
Color information
#C21AA4 (or 0xC21AA4) is known color: Medium Violet Red. HEX triplet: C2, 1A and A4. RGB value is (194,26,164). Sum of RGB (Red+Green+Blue) = 194+26+164=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AA4 is #3DE55B. Grayscale: #5B5B5B. Windows color (decimal): -4056412 or 10754754. OLE color: 10754754.
HSL color Cylindrical-coordinate representation of color #C21AA4: hue angle of 310.71º 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 #C21AA4 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 164 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.24 |
| HSL | 310.71º | 0.76% | 0.43% | - |
| HSV(B) | 310.71º | 0.87% | 0.76% | - |
| XYZ | 29.32 | 14.89 | 36.45 | - |
| YUV | 91.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 164 | 0 | 0.87 | 0.15 | 0.24 | 310.71 | 0.76 | 0.43 |
| Hex | C2 | 1A | A4 | 0 | 57 | F | 18 | 137 | 4C | 2B |
| Octal | 302 | 32 | 244 | 0 | 127 | 17 | 30 | 467 | 114 | 53 |
| Binary | 11000010 | 11010 | 10100100 | 0 | 1010111 | 1111 | 11000 | 100110111 | 1001100 | 101011 |
Color Harmonies of #C21AA4
Complementary color
Monochromatic Colors of #C21AA4
Black with #C21AA4
Text Example
Text Example
White with #C21AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AA4; }
p { color: rgb(194,26,164); }
H1.HeaderClassName
{
color: #C21AA4;
}
.AnyTagClassName
{
color: #C21AA4;
}
</style>
background-color css
<style>
a { background-color: #C21AA4; }
a { background-color: rgb(194,26,164); }
div.DivClassName
{
background-color: #C21AA4;
}
.BgClassName
{
background-color: #C21AA4;
}
</style>
border-color css
<style>
span { border-color: #C21AA4; }
span { border-color: rgb(194,26,164); }
td.TdClassName
{
border-color: #C21AA4;
}
.TagClassName
{
border-color: #C21AA4;
}
</style>