Html Css Color HEX #C113EB Electric Purple

📋 copy color: '#C113EB'

red 193 ◦ green 19 ◦ blue 235

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

Shades of Electric Purple #C113EB

Tints of Electric Purple #C113EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.25%

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

R = 43.18%
G = 4.25%
B = 52.57%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C113EB (or 0xC113EB) is known color: Electric Purple. HEX triplet: C1, 13 and EB. RGB value is (193,19,235). Sum of RGB (Red+Green+Blue) = 193+19+235=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C113EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113EB is #3EEC14. Grayscale: #5E5E5E. Windows color (decimal): -4123669 or 15406017. OLE color: 15406017.

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

Color convert

RGB 193 19 235 -
CMYK 0.18 0.92 0 0.08
HSL 288.33º 0.85% 0.5% -
HSV(B) 288.33º 0.92% 0.92% -
XYZ 37.22 17.8 80.07 -
YUV 95.65 206.65 197.44 -
System Red Green Blue C M Y K H S L
Decimal 193 19 235 0.18 0.92 0 0.08 288.33 0.85 0.5
Hex C1 13 EB 12 5C 0 8 120 55 32
Octal 301 23 353 22 134 0 10 440 125 62
Binary 11000001 10011 11101011 10010 1011100 0 1000 100100000 1010101 110010

Color Harmonies of #C113EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113EB

Black with #C113EB

Text Example


Text Example

White with #C113EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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