Html Css Color HEX #C112EE Electric Purple

📋 copy color: '#C112EE'

red 193 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #C112EE

Tints of Electric Purple #C112EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 42.98%
G = 4.01%
B = 53.01%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C112EE (or 0xC112EE) is known color: Electric Purple. HEX triplet: C1, 12 and EE. RGB value is (193,18,238). Sum of RGB (Red+Green+Blue) = 193+18+238=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #C112EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112EE is #3EED11. Grayscale: #5E5E5E. Windows color (decimal): -4123922 or 15602369. OLE color: 15602369.

HSL color Cylindrical-coordinate representation of color #C112EE: hue angle of 287.73º degrees, saturation: 0.87, 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 #C112EE is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 18 238 -
CMYK 0.19 0.92 0 0.07
HSL 287.73º 0.87% 0.5% -
HSV(B) 287.73º 0.92% 0.93% -
XYZ 37.64 17.94 82.37 -
YUV 95.41 208.48 197.61 -
System Red Green Blue C M Y K H S L
Decimal 193 18 238 0.19 0.92 0 0.07 287.73 0.87 0.5
Hex C1 12 EE 13 5C 0 7 120 57 32
Octal 301 22 356 23 134 0 7 440 127 62
Binary 11000001 10010 11101110 10011 1011100 0 111 100100000 1010111 110010

Color Harmonies of #C112EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112EE

Black with #C112EE

Text Example


Text Example

White with #C112EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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