Shades of Electric Purple #C21AFA
Tints of Electric Purple #C21AFA
RGB
CMYK
RGB Variations
Color information
#C21AFA (or 0xC21AFA) is known color: Electric Purple. HEX triplet: C2, 1A and FA. RGB value is (194,26,250). Sum of RGB (Red+Green+Blue) = 194+26+250=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #C21AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AFA is #3DE505. Grayscale: #656565. Windows color (decimal): -4056326 or 16390850. OLE color: 16390850.
HSL color Cylindrical-coordinate representation of color #C21AFA: hue angle of 285º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21AFA is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 26 | 250 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.02 |
| HSL | 285º | 0.96% | 0.54% | - |
| HSV(B) | 285º | 0.9% | 0.98% | - |
| XYZ | 39.87 | 19.11 | 92.03 | - |
| YUV | 101.77 | 211.66 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 250 | 0.22 | 0.90 | 0 | 0.02 | 285 | 0.96 | 0.54 |
| Hex | C2 | 1A | FA | 16 | 5A | 0 | 2 | 11D | 60 | 36 |
| Octal | 302 | 32 | 372 | 26 | 132 | 0 | 2 | 435 | 140 | 66 |
| Binary | 11000010 | 11010 | 11111010 | 10110 | 1011010 | 0 | 10 | 100011101 | 1100000 | 110110 |
Color Harmonies of #C21AFA
Complementary color
Monochromatic Colors of #C21AFA
Black with #C21AFA
Text Example
Text Example
White with #C21AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AFA; }
p { color: rgb(194,26,250); }
H1.HeaderClassName
{
color: #C21AFA;
}
.AnyTagClassName
{
color: #C21AFA;
}
</style>
background-color css
<style>
a { background-color: #C21AFA; }
a { background-color: rgb(194,26,250); }
div.DivClassName
{
background-color: #C21AFA;
}
.BgClassName
{
background-color: #C21AFA;
}
</style>
border-color css
<style>
span { border-color: #C21AFA; }
span { border-color: rgb(194,26,250); }
td.TdClassName
{
border-color: #C21AFA;
}
.TagClassName
{
border-color: #C21AFA;
}
</style>