Shades of Electric Purple #C21CFE
Tints of Electric Purple #C21CFE
RGB
CMYK
RGB Variations
Color information
#C21CFE (or 0xC21CFE) is known color: Electric Purple. HEX triplet: C2, 1C and FE. RGB value is (194,28,254). Sum of RGB (Red+Green+Blue) = 194+28+254=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C21CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21CFE is #3DE301. Grayscale: #666666. Windows color (decimal): -4055810 or 16653506. OLE color: 16653506.
HSL color Cylindrical-coordinate representation of color #C21CFE: hue angle of 284.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21CFE is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 28 | 254 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.00 |
| HSL | 284.07º | 0.99% | 0.55% | - |
| HSV(B) | 284.07º | 0.89% | 1% | - |
| XYZ | 40.55 | 19.46 | 95.38 | - |
| YUV | 103.4 | 213 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 254 | 0.24 | 0.89 | 0 | 0.00 | 284.07 | 0.99 | 0.55 |
| Hex | C2 | 1C | FE | 18 | 59 | 0 | 0 | 11C | 63 | 37 |
| Octal | 302 | 34 | 376 | 30 | 131 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000010 | 11100 | 11111110 | 11000 | 1011001 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C21CFE
Complementary color
Monochromatic Colors of #C21CFE
Black with #C21CFE
Text Example
Text Example
White with #C21CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CFE; }
p { color: rgb(194,28,254); }
H1.HeaderClassName
{
color: #C21CFE;
}
.AnyTagClassName
{
color: #C21CFE;
}
</style>
background-color css
<style>
a { background-color: #C21CFE; }
a { background-color: rgb(194,28,254); }
div.DivClassName
{
background-color: #C21CFE;
}
.BgClassName
{
background-color: #C21CFE;
}
</style>
border-color css
<style>
span { border-color: #C21CFE; }
span { border-color: rgb(194,28,254); }
td.TdClassName
{
border-color: #C21CFE;
}
.TagClassName
{
border-color: #C21CFE;
}
</style>