Html Css Color HEX #C100EC Electric Purple

📋 copy color: '#C100EC'

red 193 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #C100EC

Tints of Electric Purple #C100EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.99%
G = 0%
B = 55.01%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C100EC (or 0xC100EC) is known color: Electric Purple. HEX triplet: C1, 00 and EC. RGB value is (193,0,236). Sum of RGB (Red+Green+Blue) = 193+0+236=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #C100EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100EC is #3EFF13. Grayscale: #535353. Windows color (decimal): -4128532 or 15466689. OLE color: 15466689.

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

Color convert

RGB 193 0 236 -
CMYK 0.18 1 0 0.07
HSL 289.07º 1% 0.46% -
HSV(B) 289.07º 1% 0.93% -
XYZ 37.13 17.39 80.76 -
YUV 84.61 213.44 205.31 -
System Red Green Blue C M Y K H S L
Decimal 193 0 236 0.18 1 0 0.07 289.07 1 0.46
Hex C1 0 EC 12 64 0 7 121 64 2E
Octal 301 0 354 22 144 0 7 441 144 56
Binary 11000001 0 11101100 10010 1100100 0 111 100100001 1100100 101110

Color Harmonies of #C100EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100EC

Black with #C100EC

Text Example


Text Example

White with #C100EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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