Html Css Color HEX #C11CEA Electric Purple

📋 copy color: '#C11CEA'

red 193 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #C11CEA

Tints of Electric Purple #C11CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.15%

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

R = 42.42%
G = 6.15%
B = 51.43%

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

#C11CEA (or 0xC11CEA) is known color: Electric Purple. HEX triplet: C1, 1C and EA. RGB value is (193,28,234). Sum of RGB (Red+Green+Blue) = 193+28+234=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #C11CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CEA is #3EE315. Grayscale: #646464. Windows color (decimal): -4121366 or 15342785. OLE color: 15342785.

HSL color Cylindrical-coordinate representation of color #C11CEA: hue angle of 288.06º 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 #C11CEA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 28 234 -
CMYK 0.18 0.88 0 0.08
HSL 288.06º 0.83% 0.51% -
HSV(B) 288.06º 0.88% 0.92% -
XYZ 37.26 18.11 79.37 -
YUV 100.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 193 28 234 0.18 0.88 0 0.08 288.06 0.83 0.51
Hex C1 1C EA 12 58 0 8 120 53 33
Octal 301 34 352 22 130 0 10 440 123 63
Binary 11000001 11100 11101010 10010 1011000 0 1000 100100000 1010011 110011

Color Harmonies of #C11CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CEA

Black with #C11CEA

Text Example


Text Example

White with #C11CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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