Html Css Color HEX #C110EB Electric Purple

📋 copy color: '#C110EB'

red 193 ◦ green 16 ◦ blue 235

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

Shades of Electric Purple #C110EB

Tints of Electric Purple #C110EB

RGB

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

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

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

R = 43.47%
G = 3.6%
B = 52.93%

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

#C110EB (or 0xC110EB) is known color: Electric Purple. HEX triplet: C1, 10 and EB. RGB value is (193,16,235). Sum of RGB (Red+Green+Blue) = 193+16+235=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #C110EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C110EB is #3EEF14. Grayscale: #5D5D5D. Windows color (decimal): -4124437 or 15405249. OLE color: 15405249.

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

Color convert

RGB 193 16 235 -
CMYK 0.18 0.93 0 0.08
HSL 288.49º 0.87% 0.49% -
HSV(B) 288.49º 0.93% 0.92% -
XYZ 37.17 17.71 80.06 -
YUV 93.89 207.64 198.69 -
System Red Green Blue C M Y K H S L
Decimal 193 16 235 0.18 0.93 0 0.08 288.49 0.87 0.49
Hex C1 10 EB 12 5D 0 8 120 57 31
Octal 301 20 353 22 135 0 10 440 127 61
Binary 11000001 10000 11101011 10010 1011101 0 1000 100100000 1010111 110001

Color Harmonies of #C110EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110EB

Black with #C110EB

Text Example


Text Example

White with #C110EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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