Html Css Color HEX #C40AEB Electric Purple

📋 copy color: '#C40AEB'

red 196 ◦ green 10 ◦ blue 235

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

Shades of Electric Purple #C40AEB

Tints of Electric Purple #C40AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 44.44%
G = 2.27%
B = 53.29%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C40AEB (or 0xC40AEB) is known color: Electric Purple. HEX triplet: C4, 0A and EB. RGB value is (196,10,235). Sum of RGB (Red+Green+Blue) = 196+10+235=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #C40AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AEB is #3BF514. Grayscale: #5A5A5A. Windows color (decimal): -3929365 or 15403716. OLE color: 15403716.

HSL color Cylindrical-coordinate representation of color #C40AEB: hue angle of 289.6º 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 #C40AEB is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 10 235 -
CMYK 0.17 0.96 0 0.08
HSL 289.6º 0.92% 0.48% -
HSV(B) 289.6º 0.96% 0.92% -
XYZ 37.87 17.95 80.07 -
YUV 91.26 209.12 202.7 -
System Red Green Blue C M Y K H S L
Decimal 196 10 235 0.17 0.96 0 0.08 289.6 0.92 0.48
Hex C4 A EB 11 60 0 8 122 5C 30
Octal 304 12 353 21 140 0 10 442 134 60
Binary 11000100 1010 11101011 10001 1100000 0 1000 100100010 1011100 110000

Color Harmonies of #C40AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AEB

Black with #C40AEB

Text Example


Text Example

White with #C40AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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