Html Css Color HEX #C004EA Electric Purple

📋 copy color: '#C004EA'

red 192 ◦ green 4 ◦ blue 234

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

Shades of Electric Purple #C004EA

Tints of Electric Purple #C004EA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 44.65%
G = 0.93%
B = 54.42%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C004EA (or 0xC004EA) is known color: Electric Purple. HEX triplet: C0, 04 and EA. RGB value is (192,4,234). Sum of RGB (Red+Green+Blue) = 192+4+234=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #C004EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004EA is #3FFB15. Grayscale: #555555. Windows color (decimal): -4193046 or 15336640. OLE color: 15336640.

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

Color convert

RGB 192 4 234 -
CMYK 0.18 0.98 0 0.08
HSL 289.04º 0.97% 0.47% -
HSV(B) 289.04º 0.98% 0.92% -
XYZ 36.63 17.23 79.24 -
YUV 86.43 211.28 203.3 -
System Red Green Blue C M Y K H S L
Decimal 192 4 234 0.18 0.98 0 0.08 289.04 0.97 0.47
Hex C0 4 EA 12 62 0 8 121 61 2F
Octal 300 4 352 22 142 0 10 441 141 57
Binary 11000000 100 11101010 10010 1100010 0 1000 100100001 1100001 101111

Color Harmonies of #C004EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004EA

Black with #C004EA

Text Example


Text Example

White with #C004EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004EA; }

 p { color: rgb(192,4,234); }

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

background-color css

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

 a { background-color: rgb(192,4,234); }

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

border-color css

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

 span { border-color: rgb(192,4,234); }

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