Html Css Color HEX #C401FE Electric Purple

📋 copy color: '#C401FE'

red 196 ◦ green 1 ◦ blue 254

#C401FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C401FE

Tints of Electric Purple #C401FE

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 43.46%
G = 0.22%
B = 56.32%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C401FE (or 0xC401FE) is known color: Electric Purple. HEX triplet: C4, 01 and FE. RGB value is (196,1,254). Sum of RGB (Red+Green+Blue) = 196+1+254=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #C401FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401FE is #3BFE01. Grayscale: #575757. Windows color (decimal): -3931650 or 16646596. OLE color: 16646596.

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

Color convert

RGB 196 1 254 -
CMYK 0.23 1.00 0 0.00
HSL 286.25º 0.99% 0.5% -
HSV(B) 286.25º 1% 1% -
XYZ 40.67 18.91 95.27 -
YUV 88.15 221.6 204.93 -
System Red Green Blue C M Y K H S L
Decimal 196 1 254 0.23 1.00 0 0.00 286.25 0.99 0.5
Hex C4 1 FE 17 64 0 0 11E 63 32
Octal 304 1 376 27 144 0 0 436 143 62
Binary 11000100 1 11111110 10111 1100100 0 0 100011110 1100011 110010

Color Harmonies of #C401FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401FE

Black with #C401FE

Text Example


Text Example

White with #C401FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401FE; }

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

 H1.HeaderClassName
 {
   color: #C401FE;
 }
 .AnyTagClassName
 {
   color: #C401FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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