Html Css Color HEX #C40FEC Electric Purple

📋 copy color: '#C40FEC'

red 196 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #C40FEC

Tints of Electric Purple #C40FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 43.85%
G = 3.36%
B = 52.8%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C40FEC (or 0xC40FEC) is known color: Electric Purple. HEX triplet: C4, 0F and EC. RGB value is (196,15,236). Sum of RGB (Red+Green+Blue) = 196+15+236=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C40FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FEC is #3BF013. Grayscale: #5D5D5D. Windows color (decimal): -3928084 or 15470532. OLE color: 15470532.

HSL color Cylindrical-coordinate representation of color #C40FEC: hue angle of 289.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40FEC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 15 236 -
CMYK 0.17 0.94 0 0.07
HSL 289.14º 0.88% 0.49% -
HSV(B) 289.14º 0.94% 0.93% -
XYZ 38.08 18.13 80.85 -
YUV 94.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 196 15 236 0.17 0.94 0 0.07 289.14 0.88 0.49
Hex C4 F EC 11 5E 0 7 121 58 31
Octal 304 17 354 21 136 0 7 441 130 61
Binary 11000100 1111 11101100 10001 1011110 0 111 100100001 1011000 110001

Color Harmonies of #C40FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FEC

Black with #C40FEC

Text Example


Text Example

White with #C40FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FEC; }

 p { color: rgb(196,15,236); }

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

background-color css

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

 a { background-color: rgb(196,15,236); }

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

border-color css

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

 span { border-color: rgb(196,15,236); }

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