Shades of Electric Purple #C21EFA
Tints of Electric Purple #C21EFA
RGB
CMYK
RGB Variations
Color information
#C21EFA (or 0xC21EFA) is known color: Electric Purple. HEX triplet: C2, 1E and FA. RGB value is (194,30,250). Sum of RGB (Red+Green+Blue) = 194+30+250=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #C21EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EFA is #3DE105. Grayscale: #676767. Windows color (decimal): -4055302 or 16391874. OLE color: 16391874.
HSL color Cylindrical-coordinate representation of color #C21EFA: hue angle of 284.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EFA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 30 | 250 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.02 |
| HSL | 284.73º | 0.96% | 0.55% | - |
| HSV(B) | 284.73º | 0.88% | 0.98% | - |
| XYZ | 39.97 | 19.3 | 92.06 | - |
| YUV | 104.12 | 210.33 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 250 | 0.22 | 0.88 | 0 | 0.02 | 284.73 | 0.96 | 0.55 |
| Hex | C2 | 1E | FA | 16 | 58 | 0 | 2 | 11D | 60 | 37 |
| Octal | 302 | 36 | 372 | 26 | 130 | 0 | 2 | 435 | 140 | 67 |
| Binary | 11000010 | 11110 | 11111010 | 10110 | 1011000 | 0 | 10 | 100011101 | 1100000 | 110111 |
Color Harmonies of #C21EFA
Complementary color
Monochromatic Colors of #C21EFA
Black with #C21EFA
Text Example
Text Example
White with #C21EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EFA; }
p { color: rgb(194,30,250); }
H1.HeaderClassName
{
color: #C21EFA;
}
.AnyTagClassName
{
color: #C21EFA;
}
</style>
background-color css
<style>
a { background-color: #C21EFA; }
a { background-color: rgb(194,30,250); }
div.DivClassName
{
background-color: #C21EFA;
}
.BgClassName
{
background-color: #C21EFA;
}
</style>
border-color css
<style>
span { border-color: #C21EFA; }
span { border-color: rgb(194,30,250); }
td.TdClassName
{
border-color: #C21EFA;
}
.TagClassName
{
border-color: #C21EFA;
}
</style>