Html Css Color HEX #C401FB Electric Purple

📋 copy color: '#C401FB'

red 196 ◦ green 1 ◦ blue 251

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

Shades of Electric Purple #C401FB

Tints of Electric Purple #C401FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 43.75%
G = 0.22%
B = 56.03%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C401FB (or 0xC401FB) is known color: Electric Purple. HEX triplet: C4, 01 and FB. RGB value is (196,1,251). Sum of RGB (Red+Green+Blue) = 196+1+251=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #C401FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401FB is #3BFE04. Grayscale: #575757. Windows color (decimal): -3931653 or 16449988. OLE color: 16449988.

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

Color convert

RGB 196 1 251 -
CMYK 0.22 1.00 0 0.02
HSL 286.8º 0.99% 0.49% -
HSV(B) 286.8º 1% 0.98% -
XYZ 40.19 18.72 92.76 -
YUV 87.81 220.1 205.17 -
System Red Green Blue C M Y K H S L
Decimal 196 1 251 0.22 1.00 0 0.02 286.8 0.99 0.49
Hex C4 1 FB 16 64 0 2 11F 63 31
Octal 304 1 373 26 144 0 2 437 143 61
Binary 11000100 1 11111011 10110 1100100 0 10 100011111 1100011 110001

Color Harmonies of #C401FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401FB

Black with #C401FB

Text Example


Text Example

White with #C401FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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