#c71fef

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

Shades of Electric Purple #C71FEF

Tints of Electric Purple #C71FEF

Color information

#C71FEF (or 0xC71FEF) is unknown color: approx Electric Purple. HEX triplet: C7, 1F and EF. RGB value is (199,31,239). Sum of RGB (Red+Green+Blue) = 199+31+239=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C71FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FEF is #38E010. Grayscale: #686868. Windows color (decimal): -3727377 or 15671239. OLE color: 15671239.

HSL color Cylindrical-coordinate representation of color #C71FEF: hue angle of 288.46º 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 #C71FEF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19931239-
CMYK0.170.8700.06
HSL288.46º86.67%52.94%-
HSV(B)288.46º87.03%93.73%-
XYZ39.6219.3583.31-
YUV104.94203.66195.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 31 (12.5% from 255) = 6.61%
BLUE value IS 239 (93.75% from 255) = 50.96%
R=42.43%
G=6.61%
B=50.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal199312390.170.8700.06288.4686.6752.94
HexC71FEF1157061205735
Octal30737357211270644012765
Binary11000111111111110111110001101011101101001000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c71fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c71fef; }

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

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

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

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

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

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

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

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