Shades of Electric Purple #C421FE
Tints of Electric Purple #C421FE
RGB
CMYK
RGB Variations
Color information
#C421FE (or 0xC421FE) is known color: Electric Purple. HEX triplet: C4, 21 and FE. RGB value is (196,33,254). Sum of RGB (Red+Green+Blue) = 196+33+254=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #C421FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C421FE is #3BDE01. Grayscale: #6A6A6A. Windows color (decimal): -3923458 or 16654788. OLE color: 16654788.
HSL color Cylindrical-coordinate representation of color #C421FE: hue angle of 284.25º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C421FE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 33 | 254 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.00 |
| HSL | 284.25º | 0.99% | 0.56% | - |
| HSV(B) | 284.25º | 0.87% | 1% | - |
| XYZ | 41.2 | 19.98 | 95.45 | - |
| YUV | 106.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 254 | 0.23 | 0.87 | 0 | 0.00 | 284.25 | 0.99 | 0.56 |
| Hex | C4 | 21 | FE | 17 | 57 | 0 | 0 | 11C | 63 | 38 |
| Octal | 304 | 41 | 376 | 27 | 127 | 0 | 0 | 434 | 143 | 70 |
| Binary | 11000100 | 100001 | 11111110 | 10111 | 1010111 | 0 | 0 | 100011100 | 1100011 | 111000 |
Color Harmonies of #C421FE
Complementary color
Monochromatic Colors of #C421FE
Black with #C421FE
Text Example
Text Example
White with #C421FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421FE; }
p { color: rgb(196,33,254); }
H1.HeaderClassName
{
color: #C421FE;
}
.AnyTagClassName
{
color: #C421FE;
}
</style>
background-color css
<style>
a { background-color: #C421FE; }
a { background-color: rgb(196,33,254); }
div.DivClassName
{
background-color: #C421FE;
}
.BgClassName
{
background-color: #C421FE;
}
</style>
border-color css
<style>
span { border-color: #C421FE; }
span { border-color: rgb(196,33,254); }
td.TdClassName
{
border-color: #C421FE;
}
.TagClassName
{
border-color: #C421FE;
}
</style>