#C802F1

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

Shades of Electric Purple #C802F1

Tints of Electric Purple #C802F1

Color information

#C802F1 (or 0xC802F1) is unknown color: approx Electric Purple. HEX triplet: C8, 02 and F1. RGB value is (200,2,241). Sum of RGB (Red+Green+Blue) = 200+2+241=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #C802F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802F1 is #37FD0E. Grayscale: #575757. Windows color (decimal): -3669263 or 15794888. OLE color: 15794888.

HSL color Cylindrical-coordinate representation of color #C802F1: hue angle of 289.71º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802F1 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2002241-
CMYK0.170.9900.05
HSL289.71º98.35%47.65%-
HSV(B)289.71º99.17%94.51%-
XYZ39.7218.6784.73-
YUV88.45214.1207.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=45.15%
G=0.45%
B=54.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20022410.170.9900.05289.7198.3547.65
HexC82F11163051226230
Octal3102361211430544214260
Binary11001000101111000110001110001101011001000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C802F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C802F1; }

 p { color: rgb(200,2,241); }

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

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

 a { background-color: rgb(200,2,241); }

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

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

 span { border-color: rgb(200,2,241); }

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