Html Css Color HEX #C100EA Electric Purple

📋 copy color: '#C100EA'

red 193 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #C100EA

Tints of Electric Purple #C100EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 45.2%
G = 0%
B = 54.8%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C100EA (or 0xC100EA) is known color: Electric Purple. HEX triplet: C1, 00 and EA. RGB value is (193,0,234). Sum of RGB (Red+Green+Blue) = 193+0+234=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #C100EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100EA is #3EFF15. Grayscale: #535353. Windows color (decimal): -4128534 or 15335617. OLE color: 15335617.

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

Color convert

RGB 193 0 234 -
CMYK 0.18 1 0 0.08
HSL 289.49º 1% 0.46% -
HSV(B) 289.49º 1% 0.92% -
XYZ 36.84 17.28 79.24 -
YUV 84.38 212.44 205.47 -
System Red Green Blue C M Y K H S L
Decimal 193 0 234 0.18 1 0 0.08 289.49 1 0.46
Hex C1 0 EA 12 64 0 8 121 64 2E
Octal 301 0 352 22 144 0 10 441 144 56
Binary 11000001 0 11101010 10010 1100100 0 1000 100100001 1100100 101110

Color Harmonies of #C100EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100EA

Black with #C100EA

Text Example


Text Example

White with #C100EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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