#C421FE

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

Shades of Electric Purple #C421FE

Tints of Electric Purple #C421FE

Color information

#C421FE (or 0xC421FE) is unknown color: approx Electric Purple. HEX triplet: C4, 21 and FE. RGB value is (196,33,254). Sum of RGB (Red+Green+Blue) = 196+33+254=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #C421FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C421FE is #3BDE01. Grayscale: #6A6A6A. Windows color (decimal): -3923458 or 16654788. OLE color: 16654788.

HSL color Cylindrical-coordinate representation of color #C421FE: hue angle of 284.25º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C421FE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19633254-
CMYK0.230.8700.00
HSL284.25º99.1%56.27%-
HSV(B)284.25º87.01%99.61%-
XYZ41.219.9895.45-
YUV106.93211191.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 33 (13.28% from 255) = 6.83%
BLUE value IS 254 (99.61% from 255) = 52.59%
R=40.58%
G=6.83%
B=52.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal196332540.230.8700.00284.2599.156.27
HexC421FE17570011c6338
Octal30441376271270043414370
Binary1100010010000111111110101111010111001000111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C421FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C421FE; }

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

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

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

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

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

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

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

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