Shades of Medium Violet Red #C21FA3
Tints of Medium Violet Red #C21FA3
RGB
CMYK
RGB Variations
Color information
#C21FA3 (or 0xC21FA3) is known color: Medium Violet Red. HEX triplet: C2, 1F and A3. RGB value is (194,31,163). Sum of RGB (Red+Green+Blue) = 194+31+163=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA3 is #3DE05C. Grayscale: #5E5E5E. Windows color (decimal): -4055133 or 10690498. OLE color: 10690498.
HSL color Cylindrical-coordinate representation of color #C21FA3: hue angle of 311.41º 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 #C21FA3 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 163 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.24 |
| HSL | 311.41º | 0.72% | 0.44% | - |
| HSV(B) | 311.41º | 0.84% | 0.76% | - |
| XYZ | 29.35 | 15.09 | 36.02 | - |
| YUV | 94.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 163 | 0 | 0.84 | 0.16 | 0.24 | 311.41 | 0.72 | 0.44 |
| Hex | C2 | 1F | A3 | 0 | 54 | 10 | 18 | 137 | 48 | 2C |
| Octal | 302 | 37 | 243 | 0 | 124 | 20 | 30 | 467 | 110 | 54 |
| Binary | 11000010 | 11111 | 10100011 | 0 | 1010100 | 10000 | 11000 | 100110111 | 1001000 | 101100 |
Color Harmonies of #C21FA3
Complementary color
Monochromatic Colors of #C21FA3
Black with #C21FA3
Text Example
Text Example
White with #C21FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FA3; }
p { color: rgb(194,31,163); }
H1.HeaderClassName
{
color: #C21FA3;
}
.AnyTagClassName
{
color: #C21FA3;
}
</style>
background-color css
<style>
a { background-color: #C21FA3; }
a { background-color: rgb(194,31,163); }
div.DivClassName
{
background-color: #C21FA3;
}
.BgClassName
{
background-color: #C21FA3;
}
</style>
border-color css
<style>
span { border-color: #C21FA3; }
span { border-color: rgb(194,31,163); }
td.TdClassName
{
border-color: #C21FA3;
}
.TagClassName
{
border-color: #C21FA3;
}
</style>