Html Css Color HEX #C11FED Electric Purple

📋 copy color: '#C11FED'

red 193 ◦ green 31 ◦ blue 237

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

Shades of Electric Purple #C11FED

Tints of Electric Purple #C11FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 41.87%
G = 6.72%
B = 51.41%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C11FED (or 0xC11FED) is known color: Electric Purple. HEX triplet: C1, 1F and ED. RGB value is (193,31,237). Sum of RGB (Red+Green+Blue) = 193+31+237=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #C11FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FED is #3EE012. Grayscale: #666666. Windows color (decimal): -4120595 or 15540161. OLE color: 15540161.

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

Color convert

RGB 193 31 237 -
CMYK 0.19 0.87 0 0.07
HSL 287.18º 0.85% 0.53% -
HSV(B) 287.18º 0.87% 0.93% -
XYZ 37.77 18.43 81.69 -
YUV 102.92 203.67 192.25 -
System Red Green Blue C M Y K H S L
Decimal 193 31 237 0.19 0.87 0 0.07 287.18 0.85 0.53
Hex C1 1F ED 13 57 0 7 11F 55 35
Octal 301 37 355 23 127 0 7 437 125 65
Binary 11000001 11111 11101101 10011 1010111 0 111 100011111 1010101 110101

Color Harmonies of #C11FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FED

Black with #C11FED

Text Example


Text Example

White with #C11FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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