Shades of Medium Violet Red #C21AA5
Tints of Medium Violet Red #C21AA5
RGB
CMYK
RGB Variations
Color information
#C21AA5 (or 0xC21AA5) is known color: Medium Violet Red. HEX triplet: C2, 1A and A5. RGB value is (194,26,165). Sum of RGB (Red+Green+Blue) = 194+26+165=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AA5 is #3DE55A. Grayscale: #5B5B5B. Windows color (decimal): -4056411 or 10820290. OLE color: 10820290.
HSL color Cylindrical-coordinate representation of color #C21AA5: hue angle of 310.36º 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 #C21AA5 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 165 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.24 |
| HSL | 310.36º | 0.76% | 0.43% | - |
| HSV(B) | 310.36º | 0.87% | 0.76% | - |
| XYZ | 29.41 | 14.92 | 36.93 | - |
| YUV | 92.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 165 | 0 | 0.87 | 0.15 | 0.24 | 310.36 | 0.76 | 0.43 |
| Hex | C2 | 1A | A5 | 0 | 57 | F | 18 | 136 | 4C | 2B |
| Octal | 302 | 32 | 245 | 0 | 127 | 17 | 30 | 466 | 114 | 53 |
| Binary | 11000010 | 11010 | 10100101 | 0 | 1010111 | 1111 | 11000 | 100110110 | 1001100 | 101011 |
Color Harmonies of #C21AA5
Complementary color
Monochromatic Colors of #C21AA5
Black with #C21AA5
Text Example
Text Example
White with #C21AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AA5; }
p { color: rgb(194,26,165); }
H1.HeaderClassName
{
color: #C21AA5;
}
.AnyTagClassName
{
color: #C21AA5;
}
</style>
background-color css
<style>
a { background-color: #C21AA5; }
a { background-color: rgb(194,26,165); }
div.DivClassName
{
background-color: #C21AA5;
}
.BgClassName
{
background-color: #C21AA5;
}
</style>
border-color css
<style>
span { border-color: #C21AA5; }
span { border-color: rgb(194,26,165); }
td.TdClassName
{
border-color: #C21AA5;
}
.TagClassName
{
border-color: #C21AA5;
}
</style>