Html Css Color HEX #C40AEE Electric Purple

📋 copy color: '#C40AEE'

red 196 ◦ green 10 ◦ blue 238

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

Shades of Electric Purple #C40AEE

Tints of Electric Purple #C40AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 44.14%
G = 2.25%
B = 53.6%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C40AEE (or 0xC40AEE) is known color: Electric Purple. HEX triplet: C4, 0A and EE. RGB value is (196,10,238). Sum of RGB (Red+Green+Blue) = 196+10+238=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #C40AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AEE is #3BF511. Grayscale: #5A5A5A. Windows color (decimal): -3929362 or 15600324. OLE color: 15600324.

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

Color convert

RGB 196 10 238 -
CMYK 0.18 0.96 0 0.07
HSL 288.95º 0.92% 0.49% -
HSV(B) 288.95º 0.96% 0.93% -
XYZ 38.31 18.13 82.37 -
YUV 91.61 210.62 202.46 -
System Red Green Blue C M Y K H S L
Decimal 196 10 238 0.18 0.96 0 0.07 288.95 0.92 0.49
Hex C4 A EE 12 60 0 7 121 5C 31
Octal 304 12 356 22 140 0 7 441 134 61
Binary 11000100 1010 11101110 10010 1100000 0 111 100100001 1011100 110001

Color Harmonies of #C40AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AEE

Black with #C40AEE

Text Example


Text Example

White with #C40AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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