Html Css Color HEX #C11BEF Electric Purple

📋 copy color: '#C11BEF'

red 193 ◦ green 27 ◦ blue 239

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

Shades of Electric Purple #C11BEF

Tints of Electric Purple #C11BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.88%

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

R = 42.05%
G = 5.88%
B = 52.07%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C11BEF (or 0xC11BEF) is known color: Electric Purple. HEX triplet: C1, 1B and EF. RGB value is (193,27,239). Sum of RGB (Red+Green+Blue) = 193+27+239=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #C11BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11BEF is #3EE410. Grayscale: #646464. Windows color (decimal): -4121617 or 15670209. OLE color: 15670209.

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

Color convert

RGB 193 27 239 -
CMYK 0.19 0.89 0 0.06
HSL 286.98º 0.87% 0.52% -
HSV(B) 286.98º 0.89% 0.94% -
XYZ 37.96 18.35 83.2 -
YUV 100.8 206 193.76 -
System Red Green Blue C M Y K H S L
Decimal 193 27 239 0.19 0.89 0 0.06 286.98 0.87 0.52
Hex C1 1B EF 13 59 0 6 11F 57 34
Octal 301 33 357 23 131 0 6 437 127 64
Binary 11000001 11011 11101111 10011 1011001 0 110 100011111 1010111 110100

Color Harmonies of #C11BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BEF

Black with #C11BEF

Text Example


Text Example

White with #C11BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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