Html Css Color HEX #C411EA Electric Purple

📋 copy color: '#C411EA'

red 196 ◦ green 17 ◦ blue 234

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

Shades of Electric Purple #C411EA

Tints of Electric Purple #C411EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.8%

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

R = 43.85%
G = 3.8%
B = 52.35%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C411EA (or 0xC411EA) is known color: Electric Purple. HEX triplet: C4, 11 and EA. RGB value is (196,17,234). Sum of RGB (Red+Green+Blue) = 196+17+234=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C411EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C411EA is #3BEE15. Grayscale: #5E5E5E. Windows color (decimal): -3927574 or 15339972. OLE color: 15339972.

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

Color convert

RGB 196 17 234 -
CMYK 0.16 0.93 0 0.08
HSL 289.49º 0.86% 0.49% -
HSV(B) 289.49º 0.93% 0.92% -
XYZ 37.82 18.08 79.34 -
YUV 95.26 206.3 199.86 -
System Red Green Blue C M Y K H S L
Decimal 196 17 234 0.16 0.93 0 0.08 289.49 0.86 0.49
Hex C4 11 EA 10 5D 0 8 121 56 31
Octal 304 21 352 20 135 0 10 441 126 61
Binary 11000100 10001 11101010 10000 1011101 0 1000 100100001 1010110 110001

Color Harmonies of #C411EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411EA

Black with #C411EA

Text Example


Text Example

White with #C411EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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