#C410EB

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

Shades of Electric Purple #C410EB

Tints of Electric Purple #C410EB

Color information

#C410EB (or 0xC410EB) is unknown color: approx Electric Purple. HEX triplet: C4, 10 and EB. RGB value is (196,16,235). Sum of RGB (Red+Green+Blue) = 196+16+235=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C410EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410EB is #3BEF14. Grayscale: #5E5E5E. Windows color (decimal): -3927829 or 15405252. OLE color: 15405252.

HSL color Cylindrical-coordinate representation of color #C410EB: hue angle of 289.32º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C410EB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19616235-
CMYK0.170.9300.08
HSL289.32º87.25%49.22%-
HSV(B)289.32º93.19%92.16%-
XYZ37.9518.180.09-
YUV94.79207.13200.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 16 (6.64% from 255) = 3.58%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=43.85%
G=3.58%
B=52.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196162350.170.9300.08289.3287.2549.22
HexC410EB115D081215731
Octal304203532113501044112761
Binary110001001000011101011100011011101010001001000011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C410EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C410EB; }

 p { color: rgb(196,16,235); }

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

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

 a { background-color: rgb(196,16,235); }

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

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

 span { border-color: rgb(196,16,235); }

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