Html Css Color HEX #C41DFB Electric Purple

📋 copy color: '#C41DFB'

red 196 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #C41DFB

Tints of Electric Purple #C41DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.09%

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

R = 41.18%
G = 6.09%
B = 52.73%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C41DFB (or 0xC41DFB) is known color: Electric Purple. HEX triplet: C4, 1D and FB. RGB value is (196,29,251). Sum of RGB (Red+Green+Blue) = 196+29+251=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #C41DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DFB is #3BE204. Grayscale: #676767. Windows color (decimal): -3924485 or 16457156. OLE color: 16457156.

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

Color convert

RGB 196 29 251 -
CMYK 0.22 0.88 0 0.02
HSL 285.14º 0.97% 0.55% -
HSV(B) 285.14º 0.88% 0.98% -
XYZ 40.62 19.58 92.91 -
YUV 104.24 210.83 193.45 -
System Red Green Blue C M Y K H S L
Decimal 196 29 251 0.22 0.88 0 0.02 285.14 0.97 0.55
Hex C4 1D FB 16 58 0 2 11D 61 37
Octal 304 35 373 26 130 0 2 435 141 67
Binary 11000100 11101 11111011 10110 1011000 0 10 100011101 1100001 110111

Color Harmonies of #C41DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DFB

Black with #C41DFB

Text Example


Text Example

White with #C41DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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