Html Css Color HEX #C11CEB Electric Purple

📋 copy color: '#C11CEB'

red 193 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #C11CEB

Tints of Electric Purple #C11CEB

RGB

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

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

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

R = 42.32%
G = 6.14%
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

#C11CEB (or 0xC11CEB) is known color: Electric Purple. HEX triplet: C1, 1C and EB. RGB value is (193,28,235). Sum of RGB (Red+Green+Blue) = 193+28+235=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C11CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CEB is #3EE314. Grayscale: #646464. Windows color (decimal): -4121365 or 15408321. OLE color: 15408321.

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

Color convert

RGB 193 28 235 -
CMYK 0.18 0.88 0 0.08
HSL 287.83º 0.84% 0.52% -
HSV(B) 287.83º 0.88% 0.92% -
XYZ 37.4 18.17 80.13 -
YUV 100.93 203.66 193.67 -
System Red Green Blue C M Y K H S L
Decimal 193 28 235 0.18 0.88 0 0.08 287.83 0.84 0.52
Hex C1 1C EB 12 58 0 8 120 54 34
Octal 301 34 353 22 130 0 10 440 124 64
Binary 11000001 11100 11101011 10010 1011000 0 1000 100100000 1010100 110100

Color Harmonies of #C11CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CEB

Black with #C11CEB

Text Example


Text Example

White with #C11CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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