#C602F9

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

Shades of Electric Purple #C602F9

Tints of Electric Purple #C602F9

Color information

#C602F9 (or 0xC602F9) is unknown color: approx Electric Purple. HEX triplet: C6, 02 and F9. RGB value is (198,2,249). Sum of RGB (Red+Green+Blue) = 198+2+249=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #C602F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602F9 is #39FD06. Grayscale: #575757. Windows color (decimal): -3800327 or 16319174. OLE color: 16319174.

HSL color Cylindrical-coordinate representation of color #C602F9: hue angle of 287.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602F9 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1982249-
CMYK0.200.9900.02
HSL287.61º98.41%49.22%-
HSV(B)287.61º99.2%97.65%-
XYZ40.4118.8991.14-
YUV88.76218.43205.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 249 (97.66% from 255) = 55.46%
R=44.10%
G=0.45%
B=55.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19822490.200.9900.02287.6198.4149.22
HexC62F91463021206231
Octal3062371241430244014261
Binary1100011010111110011010011000110101001000001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C602F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C602F9; }

 p { color: rgb(198,2,249); }

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

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

 a { background-color: rgb(198,2,249); }

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

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

 span { border-color: rgb(198,2,249); }

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