#C01EEA

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

Shades of Electric Purple #C01EEA

Tints of Electric Purple #C01EEA

Color information

#C01EEA (or 0xC01EEA) is unknown color: approx Electric Purple. HEX triplet: C0, 1E and EA. RGB value is (192,30,234). Sum of RGB (Red+Green+Blue) = 192+30+234=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #C01EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EEA is #3FE115. Grayscale: #656565. Windows color (decimal): -4186390 or 15343296. OLE color: 15343296.

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

Color convert

RGB19230234-
CMYK0.180.8700.08
HSL287.65º82.93%51.76%-
HSV(B)287.65º87.18%91.76%-
XYZ37.0518.0879.38-
YUV101.69202.67192.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 30 (12.11% from 255) = 6.58%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=42.11%
G=6.58%
B=51.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192302340.180.8700.08287.6582.9351.76
HexC01EEA1257081205334
Octal300363522212701044012364
Binary110000001111011101010100101010111010001001000001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01EEA; }

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

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

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

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

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

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

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

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