#C400F1

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

Shades of Electric Purple #C400F1

Tints of Electric Purple #C400F1

Color information

#C400F1 (or 0xC400F1) is unknown color: approx Electric Purple. HEX triplet: C4, 00 and F1. RGB value is (196,0,241). Sum of RGB (Red+Green+Blue) = 196+0+241=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #C400F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400F1 is #3BFF0E. Grayscale: #555555. Windows color (decimal): -3931919 or 15794372. OLE color: 15794372.

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

Color convert

RGB1960241-
CMYK0.19100.05
HSL288.8º100%47.25%-
HSV(B)288.8º100%94.51%-
XYZ38.6418.0984.67-
YUV86.08215.43206.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 241 (94.53% from 255) = 55.15%
R=44.85%
G=0%
B=55.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19602410.19100.05288.810047.25
HexC40F1136405121642f
Octal3040361231440544114457
Binary1100010001111000110011110010001011001000011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C400F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C400F1; }

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

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

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

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

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

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

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

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