Html Css Color HEX #C40FEA Electric Purple

📋 copy color: '#C40FEA'

red 196 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #C40FEA

Tints of Electric Purple #C40FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 44.04%
G = 3.37%
B = 52.58%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C40FEA (or 0xC40FEA) is known color: Electric Purple. HEX triplet: C4, 0F and EA. RGB value is (196,15,234). Sum of RGB (Red+Green+Blue) = 196+15+234=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C40FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FEA is #3BF015. Grayscale: #5D5D5D. Windows color (decimal): -3928086 or 15339460. OLE color: 15339460.

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

Color convert

RGB 196 15 234 -
CMYK 0.16 0.94 0 0.08
HSL 289.59º 0.88% 0.49% -
HSV(B) 289.59º 0.94% 0.92% -
XYZ 37.79 18.02 79.33 -
YUV 94.09 206.97 200.69 -
System Red Green Blue C M Y K H S L
Decimal 196 15 234 0.16 0.94 0 0.08 289.59 0.88 0.49
Hex C4 F EA 10 5E 0 8 122 58 31
Octal 304 17 352 20 136 0 10 442 130 61
Binary 11000100 1111 11101010 10000 1011110 0 1000 100100010 1011000 110001

Color Harmonies of #C40FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FEA

Black with #C40FEA

Text Example


Text Example

White with #C40FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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