#C903FC

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

Shades of Electric Purple #C903FC

Tints of Electric Purple #C903FC

Color information

#C903FC (or 0xC903FC) is unknown color: approx Electric Purple. HEX triplet: C9, 03 and FC. RGB value is (201,3,252). Sum of RGB (Red+Green+Blue) = 201+3+252=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C903FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C903FC is #36FC03. Grayscale: #595959. Windows color (decimal): -3603460 or 16516041. OLE color: 16516041.

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

Color convert

RGB2013252-
CMYK0.200.9900.01
HSL287.71º97.65%50%-
HSV(B)287.71º98.81%98.82%-
XYZ41.6919.5193.66-
YUV90.59219.1206.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=44.08%
G=0.66%
B=55.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20132520.200.9900.01287.7197.6550
HexC93FC1463011206232
Octal3113374241430144014262
Binary110010011111111100101001100011011001000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C903FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C903FC; }

 p { color: rgb(201,3,252); }

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

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

 a { background-color: rgb(201,3,252); }

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

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

 span { border-color: rgb(201,3,252); }

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