Html Css Color HEX #C400FF Electric Purple

📋 copy color: '#C400FF'

red 196 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #C400FF

Tints of Electric Purple #C400FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 43.46%
G = 0%
B = 56.54%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C400FF (or 0xC400FF) is known color: Electric Purple. HEX triplet: C4, 00 and FF. RGB value is (196,0,255). Sum of RGB (Red+Green+Blue) = 196+0+255=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #C400FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400FF is #3BFF00. Grayscale: #565656. Windows color (decimal): -3931905 or 16711876. OLE color: 16711876.

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

Color convert

RGB 196 0 255 -
CMYK 0.23 1 0 0
HSL 286.12º 1% 0.5% -
HSV(B) 286.12º 1% 1% -
XYZ 40.81 18.96 96.12 -
YUV 87.67 222.43 205.27 -
System Red Green Blue C M Y K H S L
Decimal 196 0 255 0.23 1 0 0 286.12 1 0.5
Hex C4 0 FF 17 64 0 0 11E 64 32
Octal 304 0 377 27 144 0 0 436 144 62
Binary 11000100 0 11111111 10111 1100100 0 0 100011110 1100100 110010

Color Harmonies of #C400FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400FF

Black with #C400FF

Text Example


Text Example

White with #C400FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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