#C011EB

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

Shades of Electric Purple #C011EB

Tints of Electric Purple #C011EB

Color information

#C011EB (or 0xC011EB) is unknown color: approx Electric Purple. HEX triplet: C0, 11 and EB. RGB value is (192,17,235). Sum of RGB (Red+Green+Blue) = 192+17+235=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #C011EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011EB is #3FEE14. Grayscale: #5D5D5D. Windows color (decimal): -4189717 or 15405504. OLE color: 15405504.

HSL color Cylindrical-coordinate representation of color #C011EB: hue angle of 288.17º 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 #C011EB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19217235-
CMYK0.180.9300.08
HSL288.17º86.51%49.41%-
HSV(B)288.17º92.77%92.16%-
XYZ36.9317.6180.05-
YUV94.18207.48197.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 17 (7.03% from 255) = 3.83%
BLUE value IS 235 (92.19% from 255) = 52.93%
R=43.24%
G=3.83%
B=52.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192172350.180.9300.08288.1786.5149.41
HexC011EB125D081205731
Octal300213532213501044012761
Binary110000001000111101011100101011101010001001000001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C011EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C011EB; }

 p { color: rgb(192,17,235); }

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

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

 a { background-color: rgb(192,17,235); }

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

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

 span { border-color: rgb(192,17,235); }

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