Html Css Color HEX #C111EA Electric Purple

📋 copy color: '#C111EA'

red 193 ◦ green 17 ◦ blue 234

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

Shades of Electric Purple #C111EA

Tints of Electric Purple #C111EA

RGB

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

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

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

R = 43.47%
G = 3.83%
B = 52.7%

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

#C111EA (or 0xC111EA) is known color: Electric Purple. HEX triplet: C1, 11 and EA. RGB value is (193,17,234). Sum of RGB (Red+Green+Blue) = 193+17+234=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #C111EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111EA is #3EEE15. Grayscale: #5D5D5D. Windows color (decimal): -4124182 or 15339969. OLE color: 15339969.

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

Color convert

RGB 193 17 234 -
CMYK 0.18 0.93 0 0.08
HSL 288.66º 0.86% 0.49% -
HSV(B) 288.66º 0.93% 0.92% -
XYZ 37.04 17.68 79.3 -
YUV 94.36 206.81 198.36 -
System Red Green Blue C M Y K H S L
Decimal 193 17 234 0.18 0.93 0 0.08 288.66 0.86 0.49
Hex C1 11 EA 12 5D 0 8 121 56 31
Octal 301 21 352 22 135 0 10 441 126 61
Binary 11000001 10001 11101010 10010 1011101 0 1000 100100001 1010110 110001

Color Harmonies of #C111EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111EA

Black with #C111EA

Text Example


Text Example

White with #C111EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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