Html Css Color HEX #C404FB Electric Purple

📋 copy color: '#C404FB'

red 196 ◦ green 4 ◦ blue 251

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

Shades of Electric Purple #C404FB

Tints of Electric Purple #C404FB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 43.46%
G = 0.89%
B = 55.65%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C404FB (or 0xC404FB) is known color: Electric Purple. HEX triplet: C4, 04 and FB. RGB value is (196,4,251). Sum of RGB (Red+Green+Blue) = 196+4+251=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #C404FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C404FB is #3BFB04. Grayscale: #585858. Windows color (decimal): -3930885 or 16450756. OLE color: 16450756.

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

Color convert

RGB 196 4 251 -
CMYK 0.22 0.98 0 0.02
HSL 286.64º 0.97% 0.5% -
HSV(B) 286.64º 0.98% 0.98% -
XYZ 40.22 18.79 92.77 -
YUV 89.57 219.11 203.92 -
System Red Green Blue C M Y K H S L
Decimal 196 4 251 0.22 0.98 0 0.02 286.64 0.97 0.5
Hex C4 4 FB 16 62 0 2 11F 61 32
Octal 304 4 373 26 142 0 2 437 141 62
Binary 11000100 100 11111011 10110 1100010 0 10 100011111 1100001 110010

Color Harmonies of #C404FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404FB

Black with #C404FB

Text Example


Text Example

White with #C404FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404FB; }

 p { color: rgb(196,4,251); }

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

background-color css

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

 a { background-color: rgb(196,4,251); }

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

border-color css

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

 span { border-color: rgb(196,4,251); }

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