#C013EA

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

Shades of Electric Purple #C013EA

Tints of Electric Purple #C013EA

Color information

#C013EA (or 0xC013EA) is unknown color: approx Electric Purple. HEX triplet: C0, 13 and EA. RGB value is (192,19,234). Sum of RGB (Red+Green+Blue) = 192+19+234=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C013EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013EA is #3FEC15. Grayscale: #5E5E5E. Windows color (decimal): -4189206 or 15340480. OLE color: 15340480.

HSL color Cylindrical-coordinate representation of color #C013EA: hue angle of 288.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C013EA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19219234-
CMYK0.180.9200.08
HSL288.28º84.98%49.61%-
HSV(B)288.28º91.88%91.76%-
XYZ36.8217.6179.3-
YUV95.24206.31197.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 19 (7.81% from 255) = 4.27%
BLUE value IS 234 (91.80% from 255) = 52.58%
R=43.15%
G=4.27%
B=52.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192192340.180.9200.08288.2884.9849.61
HexC013EA125C081205532
Octal300233522213401044012562
Binary110000001001111101010100101011100010001001000001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C013EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C013EA; }

 p { color: rgb(192,19,234); }

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

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

 a { background-color: rgb(192,19,234); }

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

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

 span { border-color: rgb(192,19,234); }

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