Html Css Color HEX #C411EC Electric Purple

📋 copy color: '#C411EC'

red 196 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #C411EC

Tints of Electric Purple #C411EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 43.65%
G = 3.79%
B = 52.56%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C411EC (or 0xC411EC) is known color: Electric Purple. HEX triplet: C4, 11 and EC. RGB value is (196,17,236). Sum of RGB (Red+Green+Blue) = 196+17+236=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #C411EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C411EC is #3BEE13. Grayscale: #5E5E5E. Windows color (decimal): -3927572 or 15471044. OLE color: 15471044.

HSL color Cylindrical-coordinate representation of color #C411EC: hue angle of 289.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C411EC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 17 236 -
CMYK 0.17 0.93 0 0.07
HSL 289.04º 0.87% 0.5% -
HSV(B) 289.04º 0.93% 0.93% -
XYZ 38.11 18.19 80.86 -
YUV 95.49 207.3 199.69 -
System Red Green Blue C M Y K H S L
Decimal 196 17 236 0.17 0.93 0 0.07 289.04 0.87 0.5
Hex C4 11 EC 11 5D 0 7 121 57 32
Octal 304 21 354 21 135 0 7 441 127 62
Binary 11000100 10001 11101100 10001 1011101 0 111 100100001 1010111 110010

Color Harmonies of #C411EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411EC

Black with #C411EC

Text Example


Text Example

White with #C411EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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