Shades of Medium Violet Red #C21FA4
Tints of Medium Violet Red #C21FA4
RGB
CMYK
RGB Variations
Color information
#C21FA4 (or 0xC21FA4) is known color: Medium Violet Red. HEX triplet: C2, 1F and A4. RGB value is (194,31,164). Sum of RGB (Red+Green+Blue) = 194+31+164=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA4 is #3DE05B. Grayscale: #5E5E5E. Windows color (decimal): -4055132 or 10756034. OLE color: 10756034.
HSL color Cylindrical-coordinate representation of color #C21FA4: hue angle of 311.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21FA4 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 164 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.24 |
| HSL | 311.04º | 0.72% | 0.44% | - |
| HSV(B) | 311.04º | 0.84% | 0.76% | - |
| XYZ | 29.44 | 15.13 | 36.49 | - |
| YUV | 94.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 164 | 0 | 0.84 | 0.15 | 0.24 | 311.04 | 0.72 | 0.44 |
| Hex | C2 | 1F | A4 | 0 | 54 | F | 18 | 137 | 48 | 2C |
| Octal | 302 | 37 | 244 | 0 | 124 | 17 | 30 | 467 | 110 | 54 |
| Binary | 11000010 | 11111 | 10100100 | 0 | 1010100 | 1111 | 11000 | 100110111 | 1001000 | 101100 |
Color Harmonies of #C21FA4
Complementary color
Monochromatic Colors of #C21FA4
Black with #C21FA4
Text Example
Text Example
White with #C21FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FA4; }
p { color: rgb(194,31,164); }
H1.HeaderClassName
{
color: #C21FA4;
}
.AnyTagClassName
{
color: #C21FA4;
}
</style>
background-color css
<style>
a { background-color: #C21FA4; }
a { background-color: rgb(194,31,164); }
div.DivClassName
{
background-color: #C21FA4;
}
.BgClassName
{
background-color: #C21FA4;
}
</style>
border-color css
<style>
span { border-color: #C21FA4; }
span { border-color: rgb(194,31,164); }
td.TdClassName
{
border-color: #C21FA4;
}
.TagClassName
{
border-color: #C21FA4;
}
</style>