Shades of Electric Purple #C42EFF
Tints of Electric Purple #C42EFF
RGB
CMYK
RGB Variations
Color information
#C42EFF (or 0xC42EFF) is known color: Electric Purple. HEX triplet: C4, 2E and FF. RGB value is (196,46,255). Sum of RGB (Red+Green+Blue) = 196+46+255=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C42EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EFF is #3BD100. Grayscale: #717171. Windows color (decimal): -3920129 or 16723652. OLE color: 16723652.
HSL color Cylindrical-coordinate representation of color #C42EFF: hue angle of 283.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42EFF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 46 | 255 | - |
| CMYK | 0.23 | 0.82 | 0 | 0 |
| HSL | 283.06º | 1% | 0.59% | - |
| HSV(B) | 283.06º | 0.82% | 1% | - |
| XYZ | 41.79 | 20.91 | 96.44 | - |
| YUV | 114.68 | 207.2 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 255 | 0.23 | 0.82 | 0 | 0 | 283.06 | 1 | 0.59 |
| Hex | C4 | 2E | FF | 17 | 52 | 0 | 0 | 11B | 64 | 3B |
| Octal | 304 | 56 | 377 | 27 | 122 | 0 | 0 | 433 | 144 | 73 |
| Binary | 11000100 | 101110 | 11111111 | 10111 | 1010010 | 0 | 0 | 100011011 | 1100100 | 111011 |
Color Harmonies of #C42EFF
Complementary color
Monochromatic Colors of #C42EFF
Black with #C42EFF
Text Example
Text Example
White with #C42EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EFF; }
p { color: rgb(196,46,255); }
H1.HeaderClassName
{
color: #C42EFF;
}
.AnyTagClassName
{
color: #C42EFF;
}
</style>
background-color css
<style>
a { background-color: #C42EFF; }
a { background-color: rgb(196,46,255); }
div.DivClassName
{
background-color: #C42EFF;
}
.BgClassName
{
background-color: #C42EFF;
}
</style>
border-color css
<style>
span { border-color: #C42EFF; }
span { border-color: rgb(196,46,255); }
td.TdClassName
{
border-color: #C42EFF;
}
.TagClassName
{
border-color: #C42EFF;
}
</style>