#C42EFF

Color #C42EFF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C42EFF

Tints of Electric Purple #C42EFF

Color information

#C42EFF (or 0xC42EFF) is unknown color: approx 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

RGB19646255-
CMYK0.230.8200
HSL283.06º100%59.02%-
HSV(B)283.06º81.96%100%-
XYZ41.7920.9196.44-
YUV114.68207.2186.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 46 (18.36% from 255) = 9.26%
BLUE value IS 255 (100% from 255) = 51.31%
R=39.44%
G=9.26%
B=51.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196462550.230.8200283.0610059.02
HexC42EFF17520011b643b
Octal30456377271220043314473
Binary1100010010111011111111101111010010001000110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>