Html Css Color HEX #C11AEA Electric Purple

📋 copy color: '#C11AEA'

red 193 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #C11AEA

Tints of Electric Purple #C11AEA

RGB

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

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

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

R = 42.6%
G = 5.74%
B = 51.66%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C11AEA (or 0xC11AEA) is known color: Electric Purple. HEX triplet: C1, 1A and EA. RGB value is (193,26,234). Sum of RGB (Red+Green+Blue) = 193+26+234=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C11AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AEA is #3EE515. Grayscale: #626262. Windows color (decimal): -4121878 or 15342273. OLE color: 15342273.

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

Color convert

RGB 193 26 234 -
CMYK 0.18 0.89 0 0.08
HSL 288.17º 0.83% 0.51% -
HSV(B) 288.17º 0.89% 0.92% -
XYZ 37.21 18.02 79.36 -
YUV 99.65 203.83 194.59 -
System Red Green Blue C M Y K H S L
Decimal 193 26 234 0.18 0.89 0 0.08 288.17 0.83 0.51
Hex C1 1A EA 12 59 0 8 120 53 33
Octal 301 32 352 22 131 0 10 440 123 63
Binary 11000001 11010 11101010 10010 1011001 0 1000 100100000 1010011 110011

Color Harmonies of #C11AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AEA

Black with #C11AEA

Text Example


Text Example

White with #C11AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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