Html Css Color HEX #C11CEF Electric Purple

📋 copy color: '#C11CEF'

red 193 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #C11CEF

Tints of Electric Purple #C11CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 41.96%
G = 6.09%
B = 51.96%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C11CEF (or 0xC11CEF) is known color: Electric Purple. HEX triplet: C1, 1C and EF. RGB value is (193,28,239). Sum of RGB (Red+Green+Blue) = 193+28+239=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #C11CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CEF is #3EE310. Grayscale: #646464. Windows color (decimal): -4121361 or 15670465. OLE color: 15670465.

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

Color convert

RGB 193 28 239 -
CMYK 0.19 0.88 0 0.06
HSL 286.92º 0.87% 0.52% -
HSV(B) 286.92º 0.88% 0.94% -
XYZ 37.99 18.4 83.21 -
YUV 101.39 205.66 193.34 -
System Red Green Blue C M Y K H S L
Decimal 193 28 239 0.19 0.88 0 0.06 286.92 0.87 0.52
Hex C1 1C EF 13 58 0 6 11F 57 34
Octal 301 34 357 23 130 0 6 437 127 64
Binary 11000001 11100 11101111 10011 1011000 0 110 100011111 1010111 110100

Color Harmonies of #C11CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CEF

Black with #C11CEF

Text Example


Text Example

White with #C11CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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