#C422EA

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

Shades of Electric Purple #C422EA

Tints of Electric Purple #C422EA

Color information

#C422EA (or 0xC422EA) is unknown color: approx Electric Purple. HEX triplet: C4, 22 and EA. RGB value is (196,34,234). Sum of RGB (Red+Green+Blue) = 196+34+234=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #C422EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422EA is #3BDD15. Grayscale: #686868. Windows color (decimal): -3923222 or 15344324. OLE color: 15344324.

HSL color Cylindrical-coordinate representation of color #C422EA: hue angle of 288.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C422EA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19634234-
CMYK0.160.8500.08
HSL288.6º82.64%52.55%-
HSV(B)288.6º85.47%91.76%-
XYZ38.1918.8279.46-
YUV105.24200.67192.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 34 (13.67% from 255) = 7.33%
BLUE value IS 234 (91.80% from 255) = 50.43%
R=42.24%
G=7.33%
B=50.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196342340.160.8500.08288.682.6452.55
HexC422EA1055081215335
Octal304423522012501044112365
Binary1100010010001011101010100001010101010001001000011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C422EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C422EA; }

 p { color: rgb(196,34,234); }

 H1.HeaderClassName
 {
   color: #C422EA;
 }
 .AnyTagClassName
 {
   color: #C422EA;
 }
</style>
background-color css

<style>
 a { background-color: #C422EA; }

 a { background-color: rgb(196,34,234); }

 div.DivClassName
 {
   background-color: #C422EA;
 }
 .BgClassName
 {
   background-color: #C422EA;
 }
</style>
border-color css

<style>
 span { border-color: #C422EA; }

 span { border-color: rgb(196,34,234); }

 td.TdClassName
 {
   border-color: #C422EA;
 }
 .TagClassName
 {
   border-color: #C422EA;
 }
</style>