#C41CEB

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

Shades of Electric Purple #C41CEB

Tints of Electric Purple #C41CEB

Color information

#C41CEB (or 0xC41CEB) is unknown color: approx Electric Purple. HEX triplet: C4, 1C and EB. RGB value is (196,28,235). Sum of RGB (Red+Green+Blue) = 196+28+235=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #C41CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CEB is #3BE314. Grayscale: #656565. Windows color (decimal): -3924757 or 15408324. OLE color: 15408324.

HSL color Cylindrical-coordinate representation of color #C41CEB: hue angle of 288.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41CEB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19628235-
CMYK0.170.8800.08
HSL288.7º83.81%51.57%-
HSV(B)288.7º88.09%92.16%-
XYZ38.1818.5680.17-
YUV101.83203.16195.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 28 (11.33% from 255) = 6.10%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=42.70%
G=6.10%
B=51.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196282350.170.8800.08288.783.8151.57
HexC41CEB1158081215434
Octal304343532113001044112464
Binary110001001110011101011100011011000010001001000011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41CEB; }

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

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

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

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

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

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

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

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