#C70FED

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

Shades of Electric Purple #C70FED

Tints of Electric Purple #C70FED

Color information

#C70FED (or 0xC70FED) is unknown color: approx Electric Purple. HEX triplet: C7, 0F and ED. RGB value is (199,15,237). Sum of RGB (Red+Green+Blue) = 199+15+237=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #C70FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70FED is #38F012. Grayscale: #5E5E5E. Windows color (decimal): -3731475 or 15536071. OLE color: 15536071.

HSL color Cylindrical-coordinate representation of color #C70FED: hue angle of 289.73º 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 #C70FED is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19915237-
CMYK0.160.9400.07
HSL289.73º88.1%49.41%-
HSV(B)289.73º93.67%92.94%-
XYZ39.0118.681.65-
YUV95.32207.96201.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.12%
GREEN value IS 15 (6.25% from 255) = 3.33%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=44.12%
G=3.33%
B=52.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199152370.160.9400.07289.7388.149.41
HexC7FED105E071225831
Octal30717355201360744213061
Binary1100011111111110110110000101111001111001000101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70FED; }

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

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

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

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

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

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

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

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