Shades of Electric Purple #C21AFE
Tints of Electric Purple #C21AFE
RGB
CMYK
RGB Variations
Color information
#C21AFE (or 0xC21AFE) is known color: Electric Purple. HEX triplet: C2, 1A and FE. RGB value is (194,26,254). Sum of RGB (Red+Green+Blue) = 194+26+254=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #C21AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AFE is #3DE501. Grayscale: #656565. Windows color (decimal): -4056322 or 16652994. OLE color: 16652994.
HSL color Cylindrical-coordinate representation of color #C21AFE: hue angle of 284.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21AFE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 26 | 254 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.00 |
| HSL | 284.21º | 0.99% | 0.55% | - |
| HSV(B) | 284.21º | 0.9% | 1% | - |
| XYZ | 40.51 | 19.36 | 95.37 | - |
| YUV | 102.22 | 213.66 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 254 | 0.24 | 0.90 | 0 | 0.00 | 284.21 | 0.99 | 0.55 |
| Hex | C2 | 1A | FE | 18 | 5A | 0 | 0 | 11C | 63 | 37 |
| Octal | 302 | 32 | 376 | 30 | 132 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000010 | 11010 | 11111110 | 11000 | 1011010 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C21AFE
Complementary color
Monochromatic Colors of #C21AFE
Black with #C21AFE
Text Example
Text Example
White with #C21AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AFE; }
p { color: rgb(194,26,254); }
H1.HeaderClassName
{
color: #C21AFE;
}
.AnyTagClassName
{
color: #C21AFE;
}
</style>
background-color css
<style>
a { background-color: #C21AFE; }
a { background-color: rgb(194,26,254); }
div.DivClassName
{
background-color: #C21AFE;
}
.BgClassName
{
background-color: #C21AFE;
}
</style>
border-color css
<style>
span { border-color: #C21AFE; }
span { border-color: rgb(194,26,254); }
td.TdClassName
{
border-color: #C21AFE;
}
.TagClassName
{
border-color: #C21AFE;
}
</style>