Html Css Color HEX #C11AEC Electric Purple

📋 copy color: '#C11AEC'

red 193 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #C11AEC

Tints of Electric Purple #C11AEC

RGB

 RED value IS 193 (75.78% from 255) = 42.42%

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

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

R = 42.42%
G = 5.71%
B = 51.87%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C11AEC (or 0xC11AEC) is known color: Electric Purple. HEX triplet: C1, 1A and EC. RGB value is (193,26,236). Sum of RGB (Red+Green+Blue) = 193+26+236=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #C11AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AEC is #3EE513. Grayscale: #636363. Windows color (decimal): -4121876 or 15473345. OLE color: 15473345.

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

Color convert

RGB 193 26 236 -
CMYK 0.18 0.89 0 0.07
HSL 287.71º 0.85% 0.51% -
HSV(B) 287.71º 0.89% 0.93% -
XYZ 37.5 18.13 80.88 -
YUV 99.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 193 26 236 0.18 0.89 0 0.07 287.71 0.85 0.51
Hex C1 1A EC 12 59 0 7 120 55 33
Octal 301 32 354 22 131 0 7 440 125 63
Binary 11000001 11010 11101100 10010 1011001 0 111 100100000 1010101 110011

Color Harmonies of #C11AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AEC

Black with #C11AEC

Text Example


Text Example

White with #C11AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AEC; }

 p { color: rgb(193,26,236); }

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

background-color css

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

 a { background-color: rgb(193,26,236); }

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

border-color css

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

 span { border-color: rgb(193,26,236); }

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