Html Css Color HEX #C10EEE Electric Purple

📋 copy color: '#C10EEE'

red 193 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #C10EEE

Tints of Electric Purple #C10EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.15%

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

R = 43.37%
G = 3.15%
B = 53.48%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10EEE (or 0xC10EEE) is known color: Electric Purple. HEX triplet: C1, 0E and EE. RGB value is (193,14,238). Sum of RGB (Red+Green+Blue) = 193+14+238=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #C10EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EEE is #3EF111. Grayscale: #5C5C5C. Windows color (decimal): -4124946 or 15601345. OLE color: 15601345.

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

Color convert

RGB 193 14 238 -
CMYK 0.19 0.94 0 0.07
HSL 287.95º 0.89% 0.49% -
HSV(B) 287.95º 0.94% 0.93% -
XYZ 37.58 17.82 82.35 -
YUV 93.06 209.8 199.29 -
System Red Green Blue C M Y K H S L
Decimal 193 14 238 0.19 0.94 0 0.07 287.95 0.89 0.49
Hex C1 E EE 13 5E 0 7 120 59 31
Octal 301 16 356 23 136 0 7 440 131 61
Binary 11000001 1110 11101110 10011 1011110 0 111 100100000 1011001 110001

Color Harmonies of #C10EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EEE

Black with #C10EEE

Text Example


Text Example

White with #C10EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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