Html Css Color HEX #C100EE Electric Purple

📋 copy color: '#C100EE'

red 193 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #C100EE

Tints of Electric Purple #C100EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.78%
G = 0%
B = 55.22%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C100EE (or 0xC100EE) is known color: Electric Purple. HEX triplet: C1, 00 and EE. RGB value is (193,0,238). Sum of RGB (Red+Green+Blue) = 193+0+238=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #C100EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100EE is #3EFF11. Grayscale: #545454. Windows color (decimal): -4128530 or 15597761. OLE color: 15597761.

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

Color convert

RGB 193 0 238 -
CMYK 0.19 1 0 0.07
HSL 288.66º 1% 0.47% -
HSV(B) 288.66º 1% 0.93% -
XYZ 37.42 17.51 82.3 -
YUV 84.84 214.44 205.15 -
System Red Green Blue C M Y K H S L
Decimal 193 0 238 0.19 1 0 0.07 288.66 1 0.47
Hex C1 0 EE 13 64 0 7 121 64 2F
Octal 301 0 356 23 144 0 7 441 144 57
Binary 11000001 0 11101110 10011 1100100 0 111 100100001 1100100 101111

Color Harmonies of #C100EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100EE

Black with #C100EE

Text Example


Text Example

White with #C100EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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