#C51FEF

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

Shades of Electric Purple #C51FEF

Tints of Electric Purple #C51FEF

Color information

#C51FEF (or 0xC51FEF) is unknown color: approx Electric Purple. HEX triplet: C5, 1F and EF. RGB value is (197,31,239). Sum of RGB (Red+Green+Blue) = 197+31+239=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C51FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FEF is #3AE010. Grayscale: #676767. Windows color (decimal): -3858449 or 15671237. OLE color: 15671237.

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

Color convert

RGB19731239-
CMYK0.180.8700.06
HSL287.88º86.67%52.94%-
HSV(B)287.88º87.03%93.73%-
XYZ39.119.0883.28-
YUV104.35204194.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 31 (12.5% from 255) = 6.64%
BLUE value IS 239 (93.75% from 255) = 51.18%
R=42.18%
G=6.64%
B=51.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197312390.180.8700.06287.8886.6752.94
HexC51FEF1257061205735
Octal30537357221270644012765
Binary11000101111111110111110010101011101101001000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51FEF; }

 p { color: rgb(197,31,239); }

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

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

 a { background-color: rgb(197,31,239); }

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

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

 span { border-color: rgb(197,31,239); }

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