Html Css Color HEX #C004E5 Electric Purple

📋 copy color: '#C004E5'

red 192 ◦ green 4 ◦ blue 229

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

Shades of Electric Purple #C004E5

Tints of Electric Purple #C004E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.88%

R = 45.18%
G = 0.94%
B = 53.88%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C004E5 (or 0xC004E5) is known color: Electric Purple. HEX triplet: C0, 04 and E5. RGB value is (192,4,229). Sum of RGB (Red+Green+Blue) = 192+4+229=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #C004E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004E5 is #3FFB1A. Grayscale: #555555. Windows color (decimal): -4193051 or 15008960. OLE color: 15008960.

HSL color Cylindrical-coordinate representation of color #C004E5: hue angle of 290.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004E5 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 4 229 -
CMYK 0.16 0.98 0 0.10
HSL 290.13º 0.97% 0.46% -
HSV(B) 290.13º 0.98% 0.9% -
XYZ 35.92 16.95 75.51 -
YUV 85.86 208.78 203.7 -
System Red Green Blue C M Y K H S L
Decimal 192 4 229 0.16 0.98 0 0.10 290.13 0.97 0.46
Hex C0 4 E5 10 62 0 A 122 61 2E
Octal 300 4 345 20 142 0 12 442 141 56
Binary 11000000 100 11100101 10000 1100010 0 1010 100100010 1100001 101110

Color Harmonies of #C004E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004E5

Black with #C004E5

Text Example


Text Example

White with #C004E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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