#c41cef

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

Shades of Electric Purple #C41CEF

Tints of Electric Purple #C41CEF

Color information

#C41CEF (or 0xC41CEF) is unknown color: approx Electric Purple. HEX triplet: C4, 1C and EF. RGB value is (196,28,239). Sum of RGB (Red+Green+Blue) = 196+28+239=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #C41CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CEF is #3BE310. Grayscale: #656565. Windows color (decimal): -3924753 or 15670468. OLE color: 15670468.

HSL color Cylindrical-coordinate representation of color #C41CEF: hue angle of 287.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41CEF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19628239-
CMYK0.180.8800.06
HSL287.77º86.83%52.35%-
HSV(B)287.77º88.28%93.73%-
XYZ38.7618.883.25-
YUV102.29205.16194.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 28 (11.33% from 255) = 6.05%
BLUE value IS 239 (93.75% from 255) = 51.62%
R=42.33%
G=6.05%
B=51.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal196282390.180.8800.06287.7786.8352.35
HexC41CEF1258061205734
Octal30434357221300644012764
Binary11000100111001110111110010101100001101001000001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41cef; }

 p { color: rgb(196,28,239); }

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

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

 a { background-color: rgb(196,28,239); }

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

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

 span { border-color: rgb(196,28,239); }

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