Html Css Color HEX #C111EB Electric Purple

📋 copy color: '#C111EB'

red 193 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #C111EB

Tints of Electric Purple #C111EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 43.37%
G = 3.82%
B = 52.81%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C111EB (or 0xC111EB) is known color: Electric Purple. HEX triplet: C1, 11 and EB. RGB value is (193,17,235). Sum of RGB (Red+Green+Blue) = 193+17+235=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #C111EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111EB is #3EEE14. Grayscale: #5D5D5D. Windows color (decimal): -4124181 or 15405505. OLE color: 15405505.

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

Color convert

RGB 193 17 235 -
CMYK 0.18 0.93 0 0.08
HSL 288.44º 0.87% 0.49% -
HSV(B) 288.44º 0.93% 0.92% -
XYZ 37.19 17.74 80.06 -
YUV 94.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 193 17 235 0.18 0.93 0 0.08 288.44 0.87 0.49
Hex C1 11 EB 12 5D 0 8 120 57 31
Octal 301 21 353 22 135 0 10 440 127 61
Binary 11000001 10001 11101011 10010 1011101 0 1000 100100000 1010111 110001

Color Harmonies of #C111EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111EB

Black with #C111EB

Text Example


Text Example

White with #C111EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111EB; }

 p { color: rgb(193,17,235); }

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

background-color css

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

 a { background-color: rgb(193,17,235); }

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

border-color css

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

 span { border-color: rgb(193,17,235); }

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