Html Css Color HEX #C011EC Electric Purple

📋 copy color: '#C011EC'

red 192 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #C011EC

Tints of Electric Purple #C011EC

RGB

 RED value IS 192 (75.39% from 255) = 43.15%

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

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

R = 43.15%
G = 3.82%
B = 53.03%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C011EC (or 0xC011EC) is known color: Electric Purple. HEX triplet: C0, 11 and EC. RGB value is (192,17,236). Sum of RGB (Red+Green+Blue) = 192+17+236=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 17 (7.03% from 255 or 3.82% 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 #C011EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011EC is #3FEE13. Grayscale: #5D5D5D. Windows color (decimal): -4189716 or 15471040. OLE color: 15471040.

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

Color convert

RGB 192 17 236 -
CMYK 0.19 0.93 0 0.07
HSL 287.95º 0.87% 0.5% -
HSV(B) 287.95º 0.93% 0.93% -
XYZ 37.08 17.66 80.81 -
YUV 94.29 207.98 197.69 -
System Red Green Blue C M Y K H S L
Decimal 192 17 236 0.19 0.93 0 0.07 287.95 0.87 0.5
Hex C0 11 EC 13 5D 0 7 120 57 32
Octal 300 21 354 23 135 0 7 440 127 62
Binary 11000000 10001 11101100 10011 1011101 0 111 100100000 1010111 110010

Color Harmonies of #C011EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011EC

Black with #C011EC

Text Example


Text Example

White with #C011EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011EC; }

 p { color: rgb(192,17,236); }

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

background-color css

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

 a { background-color: rgb(192,17,236); }

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

border-color css

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

 span { border-color: rgb(192,17,236); }

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