Html Css Color HEX #C408EC Electric Purple

📋 copy color: '#C408EC'

red 196 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #C408EC

Tints of Electric Purple #C408EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.82%

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

R = 44.55%
G = 1.82%
B = 53.64%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C408EC (or 0xC408EC) is known color: Electric Purple. HEX triplet: C4, 08 and EC. RGB value is (196,8,236). Sum of RGB (Red+Green+Blue) = 196+8+236=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #C408EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C408EC is #3BF713. Grayscale: #595959. Windows color (decimal): -3929876 or 15468740. OLE color: 15468740.

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

Color convert

RGB 196 8 236 -
CMYK 0.17 0.97 0 0.07
HSL 289.47º 0.93% 0.48% -
HSV(B) 289.47º 0.97% 0.93% -
XYZ 37.99 17.97 80.82 -
YUV 90.2 210.28 203.46 -
System Red Green Blue C M Y K H S L
Decimal 196 8 236 0.17 0.97 0 0.07 289.47 0.93 0.48
Hex C4 8 EC 11 61 0 7 121 5D 30
Octal 304 10 354 21 141 0 7 441 135 60
Binary 11000100 1000 11101100 10001 1100001 0 111 100100001 1011101 110000

Color Harmonies of #C408EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408EC

Black with #C408EC

Text Example


Text Example

White with #C408EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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