Html Css Color HEX #C11EEA Electric Purple

📋 copy color: '#C11EEA'

red 193 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #C11EEA

Tints of Electric Purple #C11EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.56%

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

R = 42.23%
G = 6.56%
B = 51.2%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C11EEA (or 0xC11EEA) is known color: Electric Purple. HEX triplet: C1, 1E and EA. RGB value is (193,30,234). Sum of RGB (Red+Green+Blue) = 193+30+234=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #C11EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EEA is #3EE115. Grayscale: #656565. Windows color (decimal): -4120854 or 15343297. OLE color: 15343297.

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

Color convert

RGB 193 30 234 -
CMYK 0.18 0.87 0 0.08
HSL 287.94º 0.83% 0.52% -
HSV(B) 287.94º 0.87% 0.92% -
XYZ 37.31 18.21 79.39 -
YUV 101.99 202.5 192.91 -
System Red Green Blue C M Y K H S L
Decimal 193 30 234 0.18 0.87 0 0.08 287.94 0.83 0.52
Hex C1 1E EA 12 57 0 8 120 53 34
Octal 301 36 352 22 127 0 10 440 123 64
Binary 11000001 11110 11101010 10010 1010111 0 1000 100100000 1010011 110100

Color Harmonies of #C11EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11EEA

Black with #C11EEA

Text Example


Text Example

White with #C11EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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