Html Css Color HEX #C400EF Electric Purple

📋 copy color: '#C400EF'

red 196 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #C400EF

Tints of Electric Purple #C400EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 45.06%
G = 0%
B = 54.94%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C400EF (or 0xC400EF) is known color: Electric Purple. HEX triplet: C4, 00 and EF. RGB value is (196,0,239). Sum of RGB (Red+Green+Blue) = 196+0+239=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #C400EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400EF is #3BFF10. Grayscale: #555555. Windows color (decimal): -3931921 or 15663300. OLE color: 15663300.

HSL color Cylindrical-coordinate representation of color #C400EF: hue angle of 289.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400EF is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 0 239 -
CMYK 0.18 1 0 0.06
HSL 289.21º 1% 0.47% -
HSV(B) 289.21º 1% 0.94% -
XYZ 38.34 17.97 83.11 -
YUV 85.85 214.43 206.57 -
System Red Green Blue C M Y K H S L
Decimal 196 0 239 0.18 1 0 0.06 289.21 1 0.47
Hex C4 0 EF 12 64 0 6 121 64 2F
Octal 304 0 357 22 144 0 6 441 144 57
Binary 11000100 0 11101111 10010 1100100 0 110 100100001 1100100 101111

Color Harmonies of #C400EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400EF

Black with #C400EF

Text Example


Text Example

White with #C400EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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