#C20FED

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

Shades of Electric Purple #C20FED

Tints of Electric Purple #C20FED

Color information

#C20FED (or 0xC20FED) is unknown color: approx Electric Purple. HEX triplet: C2, 0F and ED. RGB value is (194,15,237). Sum of RGB (Red+Green+Blue) = 194+15+237=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C20FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FED is #3DF012. Grayscale: #5D5D5D. Windows color (decimal): -4059155 or 15536066. OLE color: 15536066.

HSL color Cylindrical-coordinate representation of color #C20FED: hue angle of 288.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20FED is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19415237-
CMYK0.180.9400.07
HSL288.38º88.1%49.41%-
HSV(B)288.38º93.67%92.94%-
XYZ37.7117.9381.59-
YUV93.83208.8199.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 15 (6.25% from 255) = 3.36%
BLUE value IS 237 (92.97% from 255) = 53.14%
R=43.50%
G=3.36%
B=53.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194152370.180.9400.07288.3888.149.41
HexC2FED125E071205831
Octal30217355221360744013061
Binary1100001011111110110110010101111001111001000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20FED; }

 p { color: rgb(194,15,237); }

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

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

 a { background-color: rgb(194,15,237); }

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

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

 span { border-color: rgb(194,15,237); }

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