Html Css Color HEX #C400EA Electric Purple

📋 copy color: '#C400EA'

red 196 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #C400EA

Tints of Electric Purple #C400EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 45.58%
G = 0%
B = 54.42%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C400EA (or 0xC400EA) is known color: Electric Purple. HEX triplet: C4, 00 and EA. RGB value is (196,0,234). Sum of RGB (Red+Green+Blue) = 196+0+234=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #C400EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400EA is #3BFF15. Grayscale: #545454. Windows color (decimal): -3931926 or 15335620. OLE color: 15335620.

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

Color convert

RGB 196 0 234 -
CMYK 0.16 1 0 0.08
HSL 290.26º 1% 0.46% -
HSV(B) 290.26º 1% 0.92% -
XYZ 37.62 17.68 79.27 -
YUV 85.28 211.93 206.97 -
System Red Green Blue C M Y K H S L
Decimal 196 0 234 0.16 1 0 0.08 290.26 1 0.46
Hex C4 0 EA 10 64 0 8 122 64 2E
Octal 304 0 352 20 144 0 10 442 144 56
Binary 11000100 0 11101010 10000 1100100 0 1000 100100010 1100100 101110

Color Harmonies of #C400EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400EA

Black with #C400EA

Text Example


Text Example

White with #C400EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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