Html Css Color HEX #C41CFB Electric Purple

📋 copy color: '#C41CFB'

red 196 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #C41CFB

Tints of Electric Purple #C41CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.89%

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

R = 41.26%
G = 5.89%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C41CFB (or 0xC41CFB) is known color: Electric Purple. HEX triplet: C4, 1C and FB. RGB value is (196,28,251). Sum of RGB (Red+Green+Blue) = 196+28+251=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #C41CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CFB is #3BE304. Grayscale: #666666. Windows color (decimal): -3924741 or 16456900. OLE color: 16456900.

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

Color convert

RGB 196 28 251 -
CMYK 0.22 0.89 0 0.02
HSL 285.2º 0.97% 0.55% -
HSV(B) 285.2º 0.89% 0.98% -
XYZ 40.59 19.53 92.9 -
YUV 103.65 211.16 193.87 -
System Red Green Blue C M Y K H S L
Decimal 196 28 251 0.22 0.89 0 0.02 285.2 0.97 0.55
Hex C4 1C FB 16 59 0 2 11D 61 37
Octal 304 34 373 26 131 0 2 435 141 67
Binary 11000100 11100 11111011 10110 1011001 0 10 100011101 1100001 110111

Color Harmonies of #C41CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CFB

Black with #C41CFB

Text Example


Text Example

White with #C41CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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