Html Css Color HEX #C110EC Electric Purple

📋 copy color: '#C110EC'

red 193 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #C110EC

Tints of Electric Purple #C110EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.6%

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

R = 43.37%
G = 3.6%
B = 53.03%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C110EC (or 0xC110EC) is known color: Electric Purple. HEX triplet: C1, 10 and EC. RGB value is (193,16,236). Sum of RGB (Red+Green+Blue) = 193+16+236=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #C110EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C110EC is #3EEF13. Grayscale: #5D5D5D. Windows color (decimal): -4124436 or 15470785. OLE color: 15470785.

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

Color convert

RGB 193 16 236 -
CMYK 0.18 0.93 0 0.07
HSL 288.27º 0.87% 0.49% -
HSV(B) 288.27º 0.93% 0.93% -
XYZ 37.32 17.76 80.82 -
YUV 94 208.14 198.61 -
System Red Green Blue C M Y K H S L
Decimal 193 16 236 0.18 0.93 0 0.07 288.27 0.87 0.49
Hex C1 10 EC 12 5D 0 7 120 57 31
Octal 301 20 354 22 135 0 7 440 127 61
Binary 11000001 10000 11101100 10010 1011101 0 111 100100000 1010111 110001

Color Harmonies of #C110EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110EC

Black with #C110EC

Text Example


Text Example

White with #C110EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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