#C010FE

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

Shades of Electric Purple #C010FE

Tints of Electric Purple #C010FE

Color information

#C010FE (or 0xC010FE) is unknown color: approx Electric Purple. HEX triplet: C0, 10 and FE. RGB value is (192,16,254). Sum of RGB (Red+Green+Blue) = 192+16+254=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C010FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010FE is #3FEF01. Grayscale: #5E5E5E. Windows color (decimal): -4189954 or 16650432. OLE color: 16650432.

HSL color Cylindrical-coordinate representation of color #C010FE: hue angle of 284.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C010FE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19216254-
CMYK0.240.9400.00
HSL284.37º99.17%52.94%-
HSV(B)284.37º93.7%99.61%-
XYZ39.8118.7395.28-
YUV95.76217.31196.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 16 (6.64% from 255) = 3.46%
BLUE value IS 254 (99.61% from 255) = 54.98%
R=41.56%
G=3.46%
B=54.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192162540.240.9400.00284.3799.1752.94
HexC010FE185E0011c6335
Octal30020376301360043414365
Binary110000001000011111110110001011110001000111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C010FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C010FE; }

 p { color: rgb(192,16,254); }

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

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

 a { background-color: rgb(192,16,254); }

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

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

 span { border-color: rgb(192,16,254); }

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