Html Css Color HEX #C40AEA Electric Purple

📋 copy color: '#C40AEA'

red 196 ◦ green 10 ◦ blue 234

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

Shades of Electric Purple #C40AEA

Tints of Electric Purple #C40AEA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.27%

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

R = 44.55%
G = 2.27%
B = 53.18%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C40AEA (or 0xC40AEA) is known color: Electric Purple. HEX triplet: C4, 0A and EA. RGB value is (196,10,234). Sum of RGB (Red+Green+Blue) = 196+10+234=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #C40AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AEA is #3BF515. Grayscale: #5A5A5A. Windows color (decimal): -3929366 or 15338180. OLE color: 15338180.

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

Color convert

RGB 196 10 234 -
CMYK 0.16 0.96 0 0.08
HSL 289.82º 0.92% 0.48% -
HSV(B) 289.82º 0.96% 0.92% -
XYZ 37.72 17.89 79.31 -
YUV 91.15 208.62 202.79 -
System Red Green Blue C M Y K H S L
Decimal 196 10 234 0.16 0.96 0 0.08 289.82 0.92 0.48
Hex C4 A EA 10 60 0 8 122 5C 30
Octal 304 12 352 20 140 0 10 442 134 60
Binary 11000100 1010 11101010 10000 1100000 0 1000 100100010 1011100 110000

Color Harmonies of #C40AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AEA

Black with #C40AEA

Text Example


Text Example

White with #C40AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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