Html Css Color HEX #C000E9 Electric Purple

📋 copy color: '#C000E9'

red 192 ◦ green 0 ◦ blue 233

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

Shades of Electric Purple #C000E9

Tints of Electric Purple #C000E9

RGB

 RED value IS 192 (75.39% from 255) = 45.18%

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

 BLUE value IS 233 (91.41% from 255) = 54.82%

R = 45.18%
G = 0%
B = 54.82%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C000E9 (or 0xC000E9) is known color: Electric Purple. HEX triplet: C0, 00 and E9. RGB value is (192,0,233). Sum of RGB (Red+Green+Blue) = 192+0+233=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #C000E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000E9 is #3FFF16. Grayscale: #535353. Windows color (decimal): -4194071 or 15270080. OLE color: 15270080.

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

Color convert

RGB 192 0 233 -
CMYK 0.18 1 0 0.09
HSL 289.44º 1% 0.46% -
HSV(B) 289.44º 1% 0.91% -
XYZ 36.45 17.09 78.47 -
YUV 83.97 212.11 205.05 -
System Red Green Blue C M Y K H S L
Decimal 192 0 233 0.18 1 0 0.09 289.44 1 0.46
Hex C0 0 E9 12 64 0 9 121 64 2E
Octal 300 0 351 22 144 0 11 441 144 56
Binary 11000000 0 11101001 10010 1100100 0 1001 100100001 1100100 101110

Color Harmonies of #C000E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000E9

Black with #C000E9

Text Example


Text Example

White with #C000E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000E9; }

 p { color: rgb(192,0,233); }

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

background-color css

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

 a { background-color: rgb(192,0,233); }

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

border-color css

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

 span { border-color: rgb(192,0,233); }

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