#C019EC

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

Shades of Electric Purple #C019EC

Tints of Electric Purple #C019EC

Color information

#C019EC (or 0xC019EC) is unknown color: approx Electric Purple. HEX triplet: C0, 19 and EC. RGB value is (192,25,236). Sum of RGB (Red+Green+Blue) = 192+25+236=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #C019EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019EC is #3FE613. Grayscale: #626262. Windows color (decimal): -4187668 or 15473088. OLE color: 15473088.

HSL color Cylindrical-coordinate representation of color #C019EC: hue angle of 287.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C019EC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19225236-
CMYK0.190.8900.07
HSL287.49º84.74%51.18%-
HSV(B)287.49º89.41%92.55%-
XYZ37.2317.9680.86-
YUV98.99205.33194.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 25 (10.16% from 255) = 5.52%
BLUE value IS 236 (92.58% from 255) = 52.10%
R=42.38%
G=5.52%
B=52.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192252360.190.8900.07287.4984.7451.18
HexC019EC13590711f5533
Octal30031354231310743712563
Binary11000000110011110110010011101100101111000111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C019EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C019EC; }

 p { color: rgb(192,25,236); }

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

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

 a { background-color: rgb(192,25,236); }

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

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

 span { border-color: rgb(192,25,236); }

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