Html Css Color HEX #C11FEF Electric Purple

📋 copy color: '#C11FEF'

red 193 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #C11FEF

Tints of Electric Purple #C11FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.7%

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

R = 41.68%
G = 6.7%
B = 51.62%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C11FEF (or 0xC11FEF) is known color: Electric Purple. HEX triplet: C1, 1F and EF. RGB value is (193,31,239). Sum of RGB (Red+Green+Blue) = 193+31+239=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #C11FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FEF is #3EE010. Grayscale: #666666. Windows color (decimal): -4120593 or 15671233. OLE color: 15671233.

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

Color convert

RGB 193 31 239 -
CMYK 0.19 0.87 0 0.06
HSL 286.73º 0.87% 0.53% -
HSV(B) 286.73º 0.87% 0.94% -
XYZ 38.06 18.55 83.24 -
YUV 103.15 204.67 192.09 -
System Red Green Blue C M Y K H S L
Decimal 193 31 239 0.19 0.87 0 0.06 286.73 0.87 0.53
Hex C1 1F EF 13 57 0 6 11F 57 35
Octal 301 37 357 23 127 0 6 437 127 65
Binary 11000001 11111 11101111 10011 1010111 0 110 100011111 1010111 110101

Color Harmonies of #C11FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FEF

Black with #C11FEF

Text Example


Text Example

White with #C11FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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