Html Css Color HEX #C40DEC Electric Purple

📋 copy color: '#C40DEC'

red 196 ◦ green 13 ◦ blue 236

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

Shades of Electric Purple #C40DEC

Tints of Electric Purple #C40DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.92%

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

R = 44.04%
G = 2.92%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C40DEC (or 0xC40DEC) is known color: Electric Purple. HEX triplet: C4, 0D and EC. RGB value is (196,13,236). Sum of RGB (Red+Green+Blue) = 196+13+236=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #C40DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40DEC is #3BF213. Grayscale: #5C5C5C. Windows color (decimal): -3928596 or 15470020. OLE color: 15470020.

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

Color convert

RGB 196 13 236 -
CMYK 0.17 0.94 0 0.07
HSL 289.24º 0.9% 0.49% -
HSV(B) 289.24º 0.94% 0.93% -
XYZ 38.05 18.08 80.84 -
YUV 93.14 208.63 201.37 -
System Red Green Blue C M Y K H S L
Decimal 196 13 236 0.17 0.94 0 0.07 289.24 0.9 0.49
Hex C4 D EC 11 5E 0 7 121 5A 31
Octal 304 15 354 21 136 0 7 441 132 61
Binary 11000100 1101 11101100 10001 1011110 0 111 100100001 1011010 110001

Color Harmonies of #C40DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DEC

Black with #C40DEC

Text Example


Text Example

White with #C40DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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