#c20fff

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

Shades of Electric Purple #C20FFF

Tints of Electric Purple #C20FFF

Color information

#C20FFF (or 0xC20FFF) is unknown color: approx Electric Purple. HEX triplet: C2, 0F and FF. RGB value is (194,15,255). Sum of RGB (Red+Green+Blue) = 194+15+255=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C20FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FFF is #3DF000. Grayscale: #5F5F5F. Windows color (decimal): -4059137 or 16715714. OLE color: 16715714.

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

Color convert

RGB19415255-
CMYK0.240.9400
HSL284.75º100%52.94%-
HSV(B)284.75º94.12%100%-
XYZ40.4719.0396.15-
YUV95.88217.8197.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 15 (6.25% from 255) = 3.23%
BLUE value IS 255 (100% from 255) = 54.96%
R=41.81%
G=3.23%
B=54.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194152550.240.9400284.7510052.94
HexC2FFF185E0011d6435
Octal30217377301360043514465
Binary11000010111111111111110001011110001000111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c20fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c20fff; }

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

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

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

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

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

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

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

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