Html Css Color HEX #C41FFB Electric Purple

📋 copy color: '#C41FFB'

red 196 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #C41FFB

Tints of Electric Purple #C41FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.49%

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

R = 41%
G = 6.49%
B = 52.51%

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

#C41FFB (or 0xC41FFB) is known color: Electric Purple. HEX triplet: C4, 1F and FB. RGB value is (196,31,251). Sum of RGB (Red+Green+Blue) = 196+31+251=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C41FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FFB is #3BE004. Grayscale: #686868. Windows color (decimal): -3923973 or 16457668. OLE color: 16457668.

HSL color Cylindrical-coordinate representation of color #C41FFB: hue angle of 285º degrees, saturation: 0.96, 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 #C41FFB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 31 251 -
CMYK 0.22 0.88 0 0.02
HSL 285º 0.96% 0.55% -
HSV(B) 285º 0.88% 0.98% -
XYZ 40.67 19.68 92.92 -
YUV 105.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 196 31 251 0.22 0.88 0 0.02 285 0.96 0.55
Hex C4 1F FB 16 58 0 2 11D 60 37
Octal 304 37 373 26 130 0 2 435 140 67
Binary 11000100 11111 11111011 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C41FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FFB

Black with #C41FFB

Text Example


Text Example

White with #C41FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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