Html Css Color HEX #C414FE Electric Purple

📋 copy color: '#C414FE'

red 196 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #C414FE

Tints of Electric Purple #C414FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

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

R = 41.7%
G = 4.26%
B = 54.04%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C414FE (or 0xC414FE) is known color: Electric Purple. HEX triplet: C4, 14 and FE. RGB value is (196,20,254). Sum of RGB (Red+Green+Blue) = 196+20+254=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #C414FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414FE is #3BEB01. Grayscale: #626262. Windows color (decimal): -3926786 or 16651460. OLE color: 16651460.

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

Color convert

RGB 196 20 254 -
CMYK 0.23 0.92 0 0.00
HSL 285.13º 0.99% 0.54% -
HSV(B) 285.13º 0.92% 1% -
XYZ 40.9 19.39 95.35 -
YUV 99.3 215.31 196.97 -
System Red Green Blue C M Y K H S L
Decimal 196 20 254 0.23 0.92 0 0.00 285.13 0.99 0.54
Hex C4 14 FE 17 5C 0 0 11D 63 36
Octal 304 24 376 27 134 0 0 435 143 66
Binary 11000100 10100 11111110 10111 1011100 0 0 100011101 1100011 110110

Color Harmonies of #C414FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414FE

Black with #C414FE

Text Example


Text Example

White with #C414FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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