#C111FE

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

Shades of Electric Purple #C111FE

Tints of Electric Purple #C111FE

Color information

#C111FE (or 0xC111FE) is unknown color: approx Electric Purple. HEX triplet: C1, 11 and FE. RGB value is (193,17,254). Sum of RGB (Red+Green+Blue) = 193+17+254=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C111FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111FE is #3EEE01. Grayscale: #5F5F5F. Windows color (decimal): -4124162 or 16650689. OLE color: 16650689.

HSL color Cylindrical-coordinate representation of color #C111FE: hue angle of 284.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C111FE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19317254-
CMYK0.240.9300.00
HSL284.56º99.16%53.14%-
HSV(B)284.56º93.31%99.61%-
XYZ40.0818.8995.3-
YUV96.64216.81196.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 17 (7.03% from 255) = 3.66%
BLUE value IS 254 (99.61% from 255) = 54.74%
R=41.59%
G=3.66%
B=54.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal193172540.240.9300.00284.5699.1653.14
HexC111FE185D0011d6335
Octal30121376301350043514365
Binary110000011000111111110110001011101001000111011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C111FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C111FE; }

 p { color: rgb(193,17,254); }

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

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

 a { background-color: rgb(193,17,254); }

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

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

 span { border-color: rgb(193,17,254); }

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