Html Css Color HEX #C004EF Electric Purple

📋 copy color: '#C004EF'

red 192 ◦ green 4 ◦ blue 239

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

Shades of Electric Purple #C004EF

Tints of Electric Purple #C004EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 44.14%
G = 0.92%
B = 54.94%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C004EF (or 0xC004EF) is known color: Electric Purple. HEX triplet: C0, 04 and EF. RGB value is (192,4,239). Sum of RGB (Red+Green+Blue) = 192+4+239=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #C004EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004EF is #3FFB10. Grayscale: #565656. Windows color (decimal): -4193041 or 15664320. OLE color: 15664320.

HSL color Cylindrical-coordinate representation of color #C004EF: hue angle of 288º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004EF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 4 239 -
CMYK 0.20 0.98 0 0.06
HSL 288º 0.97% 0.48% -
HSV(B) 288º 0.98% 0.94% -
XYZ 37.36 17.53 83.07 -
YUV 87 213.78 202.89 -
System Red Green Blue C M Y K H S L
Decimal 192 4 239 0.20 0.98 0 0.06 288 0.97 0.48
Hex C0 4 EF 14 62 0 6 120 61 30
Octal 300 4 357 24 142 0 6 440 141 60
Binary 11000000 100 11101111 10100 1100010 0 110 100100000 1100001 110000

Color Harmonies of #C004EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004EF

Black with #C004EF

Text Example


Text Example

White with #C004EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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