Html Css Color HEX #C404FD Electric Purple

📋 copy color: '#C404FD'

red 196 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #C404FD

Tints of Electric Purple #C404FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 43.27%
G = 0.88%
B = 55.85%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C404FD (or 0xC404FD) is known color: Electric Purple. HEX triplet: C4, 04 and FD. RGB value is (196,4,253). Sum of RGB (Red+Green+Blue) = 196+4+253=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #C404FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C404FD is #3BFB02. Grayscale: #585858. Windows color (decimal): -3930883 or 16581828. OLE color: 16581828.

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

Color convert

RGB 196 4 253 -
CMYK 0.23 0.98 0 0.01
HSL 286.27º 0.98% 0.5% -
HSV(B) 286.27º 0.98% 0.99% -
XYZ 40.54 18.91 94.44 -
YUV 89.79 220.11 203.75 -
System Red Green Blue C M Y K H S L
Decimal 196 4 253 0.23 0.98 0 0.01 286.27 0.98 0.5
Hex C4 4 FD 17 62 0 1 11E 62 32
Octal 304 4 375 27 142 0 1 436 142 62
Binary 11000100 100 11111101 10111 1100010 0 1 100011110 1100010 110010

Color Harmonies of #C404FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404FD

Black with #C404FD

Text Example


Text Example

White with #C404FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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