Html Css Color HEX #C100EF Electric Purple

📋 copy color: '#C100EF'

red 193 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #C100EF

Tints of Electric Purple #C100EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 44.68%
G = 0%
B = 55.32%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C100EF (or 0xC100EF) is known color: Electric Purple. HEX triplet: C1, 00 and EF. RGB value is (193,0,239). Sum of RGB (Red+Green+Blue) = 193+0+239=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #C100EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100EF is #3EFF10. Grayscale: #545454. Windows color (decimal): -4128529 or 15663297. OLE color: 15663297.

HSL color Cylindrical-coordinate representation of color #C100EF: hue angle of 288.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100EF is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 0 239 -
CMYK 0.19 1 0 0.06
HSL 288.45º 1% 0.47% -
HSV(B) 288.45º 1% 0.94% -
XYZ 37.57 17.57 83.07 -
YUV 84.95 214.94 205.07 -
System Red Green Blue C M Y K H S L
Decimal 193 0 239 0.19 1 0 0.06 288.45 1 0.47
Hex C1 0 EF 13 64 0 6 120 64 2F
Octal 301 0 357 23 144 0 6 440 144 57
Binary 11000001 0 11101111 10011 1100100 0 110 100100000 1100100 101111

Color Harmonies of #C100EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100EF

Black with #C100EF

Text Example


Text Example

White with #C100EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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