Shades of Electric Purple #C21EF2
Tints of Electric Purple #C21EF2
RGB
CMYK
RGB Variations
Color information
#C21EF2 (or 0xC21EF2) is known color: Electric Purple. HEX triplet: C2, 1E and F2. RGB value is (194,30,242). Sum of RGB (Red+Green+Blue) = 194+30+242=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #C21EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EF2 is #3DE10D. Grayscale: #666666. Windows color (decimal): -4055310 or 15867586. OLE color: 15867586.
HSL color Cylindrical-coordinate representation of color #C21EF2: hue angle of 286.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EF2 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 30 | 242 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.05 |
| HSL | 286.42º | 0.89% | 0.53% | - |
| HSV(B) | 286.42º | 0.88% | 0.95% | - |
| XYZ | 38.74 | 18.81 | 85.59 | - |
| YUV | 103.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 242 | 0.20 | 0.88 | 0 | 0.05 | 286.42 | 0.89 | 0.53 |
| Hex | C2 | 1E | F2 | 14 | 58 | 0 | 5 | 11E | 59 | 35 |
| Octal | 302 | 36 | 362 | 24 | 130 | 0 | 5 | 436 | 131 | 65 |
| Binary | 11000010 | 11110 | 11110010 | 10100 | 1011000 | 0 | 101 | 100011110 | 1011001 | 110101 |
Color Harmonies of #C21EF2
Complementary color
Monochromatic Colors of #C21EF2
Black with #C21EF2
Text Example
Text Example
White with #C21EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EF2; }
p { color: rgb(194,30,242); }
H1.HeaderClassName
{
color: #C21EF2;
}
.AnyTagClassName
{
color: #C21EF2;
}
</style>
background-color css
<style>
a { background-color: #C21EF2; }
a { background-color: rgb(194,30,242); }
div.DivClassName
{
background-color: #C21EF2;
}
.BgClassName
{
background-color: #C21EF2;
}
</style>
border-color css
<style>
span { border-color: #C21EF2; }
span { border-color: rgb(194,30,242); }
td.TdClassName
{
border-color: #C21EF2;
}
.TagClassName
{
border-color: #C21EF2;
}
</style>