Html Css Color HEX #C100FE Electric Purple

📋 copy color: '#C100FE'

red 193 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #C100FE

Tints of Electric Purple #C100FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 43.18%
G = 0%
B = 56.82%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C100FE (or 0xC100FE) is known color: Electric Purple. HEX triplet: C1, 00 and FE. RGB value is (193,0,254). Sum of RGB (Red+Green+Blue) = 193+0+254=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #C100FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100FE is #3EFF01. Grayscale: #555555. Windows color (decimal): -4128514 or 16646337. OLE color: 16646337.

HSL color Cylindrical-coordinate representation of color #C100FE: hue angle of 285.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100FE is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 0 254 -
CMYK 0.24 1 0 0.00
HSL 285.59º 1% 0.5% -
HSV(B) 285.59º 1% 1% -
XYZ 39.88 18.49 95.23 -
YUV 86.66 222.44 203.85 -
System Red Green Blue C M Y K H S L
Decimal 193 0 254 0.24 1 0 0.00 285.59 1 0.5
Hex C1 0 FE 18 64 0 0 11E 64 32
Octal 301 0 376 30 144 0 0 436 144 62
Binary 11000001 0 11111110 11000 1100100 0 0 100011110 1100100 110010

Color Harmonies of #C100FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100FE

Black with #C100FE

Text Example


Text Example

White with #C100FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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