Html Css Color HEX #C400EC Electric Purple

📋 copy color: '#C400EC'

red 196 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #C400EC

Tints of Electric Purple #C400EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.37%
G = 0%
B = 54.63%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C400EC (or 0xC400EC) is known color: Electric Purple. HEX triplet: C4, 00 and EC. RGB value is (196,0,236). Sum of RGB (Red+Green+Blue) = 196+0+236=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #C400EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400EC is #3BFF13. Grayscale: #545454. Windows color (decimal): -3931924 or 15466692. OLE color: 15466692.

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

Color convert

RGB 196 0 236 -
CMYK 0.17 1 0 0.07
HSL 289.83º 1% 0.46% -
HSV(B) 289.83º 1% 0.93% -
XYZ 37.91 17.79 80.79 -
YUV 85.51 212.93 206.81 -
System Red Green Blue C M Y K H S L
Decimal 196 0 236 0.17 1 0 0.07 289.83 1 0.46
Hex C4 0 EC 11 64 0 7 122 64 2E
Octal 304 0 354 21 144 0 7 442 144 56
Binary 11000100 0 11101100 10001 1100100 0 111 100100010 1100100 101110

Color Harmonies of #C400EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400EC

Black with #C400EC

Text Example


Text Example

White with #C400EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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