#C41EF3

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

Shades of Electric Purple #C41EF3

Tints of Electric Purple #C41EF3

Color information

#C41EF3 (or 0xC41EF3) is unknown color: approx Electric Purple. HEX triplet: C4, 1E and F3. RGB value is (196,30,243). Sum of RGB (Red+Green+Blue) = 196+30+243=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #C41EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EF3 is #3BE10C. Grayscale: #676767. Windows color (decimal): -3924237 or 15933124. OLE color: 15933124.

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

Color convert

RGB19630243-
CMYK0.190.8800.05
HSL286.76º89.87%53.53%-
HSV(B)286.76º87.65%95.29%-
XYZ39.4119.1486.41-
YUV103.92206.5193.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 30 (12.11% from 255) = 6.40%
BLUE value IS 243 (95.31% from 255) = 51.81%
R=41.79%
G=6.40%
B=51.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196302430.190.8800.05286.7689.8753.53
HexC41EF313580511f5a36
Octal30436363231300543713266
Binary11000100111101111001110011101100001011000111111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41EF3; }

 p { color: rgb(196,30,243); }

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

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

 a { background-color: rgb(196,30,243); }

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

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

 span { border-color: rgb(196,30,243); }

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