#C421F4

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

Shades of Electric Purple #C421F4

Tints of Electric Purple #C421F4

Color information

#C421F4 (or 0xC421F4) is unknown color: approx Electric Purple. HEX triplet: C4, 21 and F4. RGB value is (196,33,244). Sum of RGB (Red+Green+Blue) = 196+33+244=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #C421F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C421F4 is #3BDE0B. Grayscale: #696969. Windows color (decimal): -3923468 or 15999428. OLE color: 15999428.

HSL color Cylindrical-coordinate representation of color #C421F4: hue angle of 286.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C421F4 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19633244-
CMYK0.200.8600.04
HSL286.35º90.56%54.31%-
HSV(B)286.35º86.48%95.69%-
XYZ39.6419.3687.23-
YUV105.79206192.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 33 (13.28% from 255) = 6.98%
BLUE value IS 244 (95.70% from 255) = 51.59%
R=41.44%
G=6.98%
B=51.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196332440.200.8600.04286.3590.5654.31
HexC421F414560411e5b36
Octal30441364241260443613366
Binary110001001000011111010010100101011001001000111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C421F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C421F4; }

 p { color: rgb(196,33,244); }

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

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

 a { background-color: rgb(196,33,244); }

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

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

 span { border-color: rgb(196,33,244); }

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