Html Css Color HEX #C000E4 Electric Purple

📋 copy color: '#C000E4'

red 192 ◦ green 0 ◦ blue 228

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

Shades of Electric Purple #C000E4

Tints of Electric Purple #C000E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 54.29%

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C000E4 (or 0xC000E4) is known color: Electric Purple. HEX triplet: C0, 00 and E4. RGB value is (192,0,228). Sum of RGB (Red+Green+Blue) = 192+0+228=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #C000E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000E4 is #3FFF1B. Grayscale: #525252. Windows color (decimal): -4194076 or 14942400. OLE color: 14942400.

HSL color Cylindrical-coordinate representation of color #C000E4: hue angle of 290.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000E4 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 0 228 -
CMYK 0.16 1 0 0.11
HSL 290.53º 1% 0.45% -
HSV(B) 290.53º 1% 0.89% -
XYZ 35.74 16.81 74.76 -
YUV 83.4 209.61 205.46 -
System Red Green Blue C M Y K H S L
Decimal 192 0 228 0.16 1 0 0.11 290.53 1 0.45
Hex C0 0 E4 10 64 0 B 123 64 2D
Octal 300 0 344 20 144 0 13 443 144 55
Binary 11000000 0 11100100 10000 1100100 0 1011 100100011 1100100 101101

Color Harmonies of #C000E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000E4

Black with #C000E4

Text Example


Text Example

White with #C000E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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