Html Css Color HEX #C11DEE Electric Purple

📋 copy color: '#C11DEE'

red 193 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #C11DEE

Tints of Electric Purple #C11DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.3%

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 41.96%
G = 6.3%
B = 51.74%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C11DEE (or 0xC11DEE) is known color: Electric Purple. HEX triplet: C1, 1D and EE. RGB value is (193,29,238). Sum of RGB (Red+Green+Blue) = 193+29+238=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #C11DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DEE is #3EE211. Grayscale: #656565. Windows color (decimal): -4121106 or 15605185. OLE color: 15605185.

HSL color Cylindrical-coordinate representation of color #C11DEE: hue angle of 287.08º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DEE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 29 238 -
CMYK 0.19 0.88 0 0.07
HSL 287.08º 0.86% 0.52% -
HSV(B) 287.08º 0.88% 0.93% -
XYZ 37.86 18.39 82.44 -
YUV 101.86 204.83 193.01 -
System Red Green Blue C M Y K H S L
Decimal 193 29 238 0.19 0.88 0 0.07 287.08 0.86 0.52
Hex C1 1D EE 13 58 0 7 11F 56 34
Octal 301 35 356 23 130 0 7 437 126 64
Binary 11000001 11101 11101110 10011 1011000 0 111 100011111 1010110 110100

Color Harmonies of #C11DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DEE

Black with #C11DEE

Text Example


Text Example

White with #C11DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DEE; }

 p { color: rgb(193,29,238); }

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

background-color css

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

 a { background-color: rgb(193,29,238); }

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

border-color css

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

 span { border-color: rgb(193,29,238); }

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