Html Css Color HEX #C11BEA Electric Purple

📋 copy color: '#C11BEA'

red 193 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #C11BEA

Tints of Electric Purple #C11BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 42.51%
G = 5.95%
B = 51.54%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C11BEA (or 0xC11BEA) is known color: Electric Purple. HEX triplet: C1, 1B and EA. RGB value is (193,27,234). Sum of RGB (Red+Green+Blue) = 193+27+234=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #C11BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11BEA is #3EE415. Grayscale: #636363. Windows color (decimal): -4121622 or 15342529. OLE color: 15342529.

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

Color convert

RGB 193 27 234 -
CMYK 0.18 0.88 0 0.08
HSL 288.12º 0.83% 0.51% -
HSV(B) 288.12º 0.88% 0.92% -
XYZ 37.24 18.06 79.37 -
YUV 100.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 193 27 234 0.18 0.88 0 0.08 288.12 0.83 0.51
Hex C1 1B EA 12 58 0 8 120 53 33
Octal 301 33 352 22 130 0 10 440 123 63
Binary 11000001 11011 11101010 10010 1011000 0 1000 100100000 1010011 110011

Color Harmonies of #C11BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BEA

Black with #C11BEA

Text Example


Text Example

White with #C11BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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