Html Css Color HEX #C40EFE Electric Purple

📋 copy color: '#C40EFE'

red 196 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #C40EFE

Tints of Electric Purple #C40EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.02%

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

R = 42.24%
G = 3.02%
B = 54.74%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C40EFE (or 0xC40EFE) is known color: Electric Purple. HEX triplet: C4, 0E and FE. RGB value is (196,14,254). Sum of RGB (Red+Green+Blue) = 196+14+254=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C40EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40EFE is #3BF101. Grayscale: #5F5F5F. Windows color (decimal): -3928322 or 16649924. OLE color: 16649924.

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

Color convert

RGB 196 14 254 -
CMYK 0.23 0.94 0 0.00
HSL 285.5º 0.99% 0.53% -
HSV(B) 285.5º 0.94% 1% -
XYZ 40.81 19.21 95.32 -
YUV 95.78 217.3 199.49 -
System Red Green Blue C M Y K H S L
Decimal 196 14 254 0.23 0.94 0 0.00 285.5 0.99 0.53
Hex C4 E FE 17 5E 0 0 11E 63 35
Octal 304 16 376 27 136 0 0 436 143 65
Binary 11000100 1110 11111110 10111 1011110 0 0 100011110 1100011 110101

Color Harmonies of #C40EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EFE

Black with #C40EFE

Text Example


Text Example

White with #C40EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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