#C601F0

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

Shades of Electric Purple #C601F0

Tints of Electric Purple #C601F0

Color information

#C601F0 (or 0xC601F0) is unknown color: approx Electric Purple. HEX triplet: C6, 01 and F0. RGB value is (198,1,240). Sum of RGB (Red+Green+Blue) = 198+1+240=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #C601F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601F0 is #39FE0F. Grayscale: #565656. Windows color (decimal): -3800592 or 15729094. OLE color: 15729094.

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

Color convert

RGB1981240-
CMYK0.181.0000.06
HSL289.46º99.17%47.25%-
HSV(B)289.46º99.58%94.12%-
XYZ39.0318.3283.92-
YUV87.15214.27207.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 240 (94.14% from 255) = 54.67%
R=45.10%
G=0.23%
B=54.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal19812400.181.0000.06289.4699.1747.25
HexC61F0126406121632f
Octal3061360221440644114357
Binary1100011011111000010010110010001101001000011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C601F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C601F0; }

 p { color: rgb(198,1,240); }

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

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

 a { background-color: rgb(198,1,240); }

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

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

 span { border-color: rgb(198,1,240); }

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