Html Css Color HEX #C41AEA Electric Purple

📋 copy color: '#C41AEA'

red 196 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #C41AEA

Tints of Electric Purple #C41AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.7%

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

R = 42.98%
G = 5.7%
B = 51.32%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C41AEA (or 0xC41AEA) is known color: Electric Purple. HEX triplet: C4, 1A and EA. RGB value is (196,26,234). Sum of RGB (Red+Green+Blue) = 196+26+234=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #C41AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AEA is #3BE515. Grayscale: #636363. Windows color (decimal): -3925270 or 15342276. OLE color: 15342276.

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

Color convert

RGB 196 26 234 -
CMYK 0.16 0.89 0 0.08
HSL 289.04º 0.83% 0.51% -
HSV(B) 289.04º 0.89% 0.92% -
XYZ 37.99 18.42 79.39 -
YUV 100.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 196 26 234 0.16 0.89 0 0.08 289.04 0.83 0.51
Hex C4 1A EA 10 59 0 8 121 53 33
Octal 304 32 352 20 131 0 10 441 123 63
Binary 11000100 11010 11101010 10000 1011001 0 1000 100100001 1010011 110011

Color Harmonies of #C41AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AEA

Black with #C41AEA

Text Example


Text Example

White with #C41AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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