Html Css Color HEX #C112EC Electric Purple

📋 copy color: '#C112EC'

red 193 ◦ green 18 ◦ blue 236

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

Shades of Electric Purple #C112EC

Tints of Electric Purple #C112EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.03%

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

R = 43.18%
G = 4.03%
B = 52.8%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C112EC (or 0xC112EC) is known color: Electric Purple. HEX triplet: C1, 12 and EC. RGB value is (193,18,236). Sum of RGB (Red+Green+Blue) = 193+18+236=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C112EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112EC is #3EED13. Grayscale: #5E5E5E. Windows color (decimal): -4123924 or 15471297. OLE color: 15471297.

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

Color convert

RGB 193 18 236 -
CMYK 0.18 0.92 0 0.07
HSL 288.17º 0.86% 0.5% -
HSV(B) 288.17º 0.92% 0.93% -
XYZ 37.35 17.83 80.83 -
YUV 95.18 207.48 197.77 -
System Red Green Blue C M Y K H S L
Decimal 193 18 236 0.18 0.92 0 0.07 288.17 0.86 0.5
Hex C1 12 EC 12 5C 0 7 120 56 32
Octal 301 22 354 22 134 0 7 440 126 62
Binary 11000001 10010 11101100 10010 1011100 0 111 100100000 1010110 110010

Color Harmonies of #C112EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112EC

Black with #C112EC

Text Example


Text Example

White with #C112EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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