Html Css Color HEX #C404EC Electric Purple

📋 copy color: '#C404EC'

red 196 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #C404EC

Tints of Electric Purple #C404EC

RGB

 RED value IS 196 (76.95% from 255) = 44.95%

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 44.95%
G = 0.92%
B = 54.13%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C404EC (or 0xC404EC) is known color: Electric Purple. HEX triplet: C4, 04 and EC. RGB value is (196,4,236). Sum of RGB (Red+Green+Blue) = 196+4+236=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #C404EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C404EC is #3BFB13. Grayscale: #575757. Windows color (decimal): -3930900 or 15467716. OLE color: 15467716.

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

Color convert

RGB 196 4 236 -
CMYK 0.17 0.98 0 0.07
HSL 289.66º 0.97% 0.47% -
HSV(B) 289.66º 0.98% 0.93% -
XYZ 37.95 17.88 80.81 -
YUV 87.86 211.61 205.14 -
System Red Green Blue C M Y K H S L
Decimal 196 4 236 0.17 0.98 0 0.07 289.66 0.97 0.47
Hex C4 4 EC 11 62 0 7 122 61 2F
Octal 304 4 354 21 142 0 7 442 141 57
Binary 11000100 100 11101100 10001 1100010 0 111 100100010 1100001 101111

Color Harmonies of #C404EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404EC

Black with #C404EC

Text Example


Text Example

White with #C404EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404EC; }

 p { color: rgb(196,4,236); }

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

background-color css

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

 a { background-color: rgb(196,4,236); }

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

border-color css

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

 span { border-color: rgb(196,4,236); }

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