#C502F9

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

Shades of Electric Purple #C502F9

Tints of Electric Purple #C502F9

Color information

#C502F9 (or 0xC502F9) is unknown color: approx Electric Purple. HEX triplet: C5, 02 and F9. RGB value is (197,2,249). Sum of RGB (Red+Green+Blue) = 197+2+249=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #C502F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502F9 is #3AFD06. Grayscale: #575757. Windows color (decimal): -3865863 or 16319173. OLE color: 16319173.

HSL color Cylindrical-coordinate representation of color #C502F9: hue angle of 287.37º 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 #C502F9 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1972249-
CMYK0.210.9900.02
HSL287.37º98.41%49.22%-
HSV(B)287.37º99.2%97.65%-
XYZ40.1518.7591.13-
YUV88.46218.6205.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 249 (97.66% from 255) = 55.58%
R=43.97%
G=0.45%
B=55.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19722490.210.9900.02287.3798.4149.22
HexC52F915630211f6231
Octal3052371251430243714261
Binary1100010110111110011010111000110101000111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C502F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C502F9; }

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

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

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

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

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

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

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

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