#C11FF2

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

Shades of Electric Purple #C11FF2

Tints of Electric Purple #C11FF2

Color information

#C11FF2 (or 0xC11FF2) is unknown color: approx Electric Purple. HEX triplet: C1, 1F and F2. RGB value is (193,31,242). Sum of RGB (Red+Green+Blue) = 193+31+242=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #C11FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FF2 is #3EE00D. Grayscale: #666666. Windows color (decimal): -4120590 or 15867841. OLE color: 15867841.

HSL color Cylindrical-coordinate representation of color #C11FF2: hue angle of 286.07º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11FF2 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19331242-
CMYK0.200.8700.05
HSL286.07º89.03%53.53%-
HSV(B)286.07º87.19%94.9%-
XYZ38.5118.7385.59-
YUV103.49206.17191.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 31 (12.5% from 255) = 6.65%
BLUE value IS 242 (94.92% from 255) = 51.93%
R=41.42%
G=6.65%
B=51.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193312420.200.8700.05286.0789.0353.53
HexC11FF214570511e5936
Octal30137362241270543613166
Binary11000001111111111001010100101011101011000111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11FF2; }

 p { color: rgb(193,31,242); }

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

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

 a { background-color: rgb(193,31,242); }

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

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

 span { border-color: rgb(193,31,242); }

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