Shades of Medium Violet Red #C21FA2
Tints of Medium Violet Red #C21FA2
RGB
CMYK
RGB Variations
Color information
#C21FA2 (or 0xC21FA2) is known color: Medium Violet Red. HEX triplet: C2, 1F and A2. RGB value is (194,31,162). Sum of RGB (Red+Green+Blue) = 194+31+162=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA2 is #3DE05D. Grayscale: #5E5E5E. Windows color (decimal): -4055134 or 10624962. OLE color: 10624962.
HSL color Cylindrical-coordinate representation of color #C21FA2: hue angle of 311.78º 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 #C21FA2 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 162 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.24 |
| HSL | 311.78º | 0.72% | 0.44% | - |
| HSV(B) | 311.78º | 0.84% | 0.76% | - |
| XYZ | 29.26 | 15.06 | 35.55 | - |
| YUV | 94.67 | 166 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 162 | 0 | 0.84 | 0.16 | 0.24 | 311.78 | 0.72 | 0.44 |
| Hex | C2 | 1F | A2 | 0 | 54 | 10 | 18 | 138 | 48 | 2C |
| Octal | 302 | 37 | 242 | 0 | 124 | 20 | 30 | 470 | 110 | 54 |
| Binary | 11000010 | 11111 | 10100010 | 0 | 1010100 | 10000 | 11000 | 100111000 | 1001000 | 101100 |
Color Harmonies of #C21FA2
Complementary color
Monochromatic Colors of #C21FA2
Black with #C21FA2
Text Example
Text Example
White with #C21FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FA2; }
p { color: rgb(194,31,162); }
H1.HeaderClassName
{
color: #C21FA2;
}
.AnyTagClassName
{
color: #C21FA2;
}
</style>
background-color css
<style>
a { background-color: #C21FA2; }
a { background-color: rgb(194,31,162); }
div.DivClassName
{
background-color: #C21FA2;
}
.BgClassName
{
background-color: #C21FA2;
}
</style>
border-color css
<style>
span { border-color: #C21FA2; }
span { border-color: rgb(194,31,162); }
td.TdClassName
{
border-color: #C21FA2;
}
.TagClassName
{
border-color: #C21FA2;
}
</style>