#C118E3

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

Shades of Electric Purple #C118E3

Tints of Electric Purple #C118E3

Color information

#C118E3 (or 0xC118E3) is unknown color: approx Electric Purple. HEX triplet: C1, 18 and E3. RGB value is (193,24,227). Sum of RGB (Red+Green+Blue) = 193+24+227=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #C118E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118E3 is #3EE71C. Grayscale: #616161. Windows color (decimal): -4122397 or 14883009. OLE color: 14883009.

HSL color Cylindrical-coordinate representation of color #C118E3: hue angle of 289.95º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C118E3 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19324227-
CMYK0.150.8900.11
HSL289.95º80.88%49.22%-
HSV(B)289.95º89.43%89.02%-
XYZ36.1817.5474.15-
YUV97.67200.99195.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 24 (9.77% from 255) = 5.41%
BLUE value IS 227 (89.06% from 255) = 51.13%
R=43.47%
G=5.41%
B=51.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal193242270.150.8900.11289.9580.8849.22
HexC118E3F590B1225131
Octal301303431713101344212161
Binary11000001110001110001111111011001010111001000101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C118E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C118E3; }

 p { color: rgb(193,24,227); }

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

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

 a { background-color: rgb(193,24,227); }

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

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

 span { border-color: rgb(193,24,227); }

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