#C911FA

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

Shades of Electric Purple #C911FA

Tints of Electric Purple #C911FA

Color information

#C911FA (or 0xC911FA) is unknown color: approx Electric Purple. HEX triplet: C9, 11 and FA. RGB value is (201,17,250). Sum of RGB (Red+Green+Blue) = 201+17+250=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #C911FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911FA is #36EE05. Grayscale: #616161. Windows color (decimal): -3599878 or 16388553. OLE color: 16388553.

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

Color convert

RGB20117250-
CMYK0.200.9300.02
HSL287.38º95.88%52.35%-
HSV(B)287.38º93.2%98.04%-
XYZ41.5419.7292.06-
YUV98.58213.46201.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 17 (7.03% from 255) = 3.63%
BLUE value IS 250 (98.05% from 255) = 53.42%
R=42.95%
G=3.63%
B=53.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201172500.200.9300.02287.3895.8852.35
HexC911FA145D0211f6034
Octal31121372241350243714064
Binary1100100110001111110101010010111010101000111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C911FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C911FA; }

 p { color: rgb(201,17,250); }

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

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

 a { background-color: rgb(201,17,250); }

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

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

 span { border-color: rgb(201,17,250); }

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