#C400FF

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

Shades of Electric Purple #C400FF

Tints of Electric Purple #C400FF

Color information

#C400FF (or 0xC400FF) is unknown color: approx Electric Purple. HEX triplet: C4, 00 and FF. RGB value is (196,0,255). Sum of RGB (Red+Green+Blue) = 196+0+255=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #C400FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400FF is #3BFF00. Grayscale: #565656. Windows color (decimal): -3931905 or 16711876. OLE color: 16711876.

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

Color convert

RGB1960255-
CMYK0.23100
HSL286.12º100%50%-
HSV(B)286.12º100%100%-
XYZ40.8118.9696.12-
YUV87.67222.43205.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 56.54%
R=43.46%
G=0%
B=56.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19602550.23100286.1210050
HexC40FF17640011e6432
Octal3040377271440043614462
Binary11000100011111111101111100100001000111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C400FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C400FF; }

 p { color: rgb(196,0,255); }

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

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

 a { background-color: rgb(196,0,255); }

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

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

 span { border-color: rgb(196,0,255); }

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