Html Css Color HEX #C11BEB Electric Purple

📋 copy color: '#C11BEB'

red 193 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #C11BEB

Tints of Electric Purple #C11BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 42.42%
G = 5.93%
B = 51.65%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C11BEB (or 0xC11BEB) is known color: Electric Purple. HEX triplet: C1, 1B and EB. RGB value is (193,27,235). Sum of RGB (Red+Green+Blue) = 193+27+235=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #C11BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11BEB is #3EE414. Grayscale: #636363. Windows color (decimal): -4121621 or 15408065. OLE color: 15408065.

HSL color Cylindrical-coordinate representation of color #C11BEB: hue angle of 287.88º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11BEB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 27 235 -
CMYK 0.18 0.89 0 0.08
HSL 287.88º 0.84% 0.51% -
HSV(B) 287.88º 0.89% 0.92% -
XYZ 37.38 18.12 80.12 -
YUV 100.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 193 27 235 0.18 0.89 0 0.08 287.88 0.84 0.51
Hex C1 1B EB 12 59 0 8 120 54 33
Octal 301 33 353 22 131 0 10 440 124 63
Binary 11000001 11011 11101011 10010 1011001 0 1000 100100000 1010100 110011

Color Harmonies of #C11BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BEB

Black with #C11BEB

Text Example


Text Example

White with #C11BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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