Html Css Color HEX #C41BE4 Electric Purple

📋 copy color: '#C41BE4'

red 196 ◦ green 27 ◦ blue 228

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

Shades of Electric Purple #C41BE4

Tints of Electric Purple #C41BE4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.99%

 BLUE value IS 228 (89.45% from 255) = 50.55%

R = 43.46%
G = 5.99%
B = 50.55%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C41BE4 (or 0xC41BE4) is known color: Electric Purple. HEX triplet: C4, 1B and E4. RGB value is (196,27,228). Sum of RGB (Red+Green+Blue) = 196+27+228=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #C41BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BE4 is #3BE41B. Grayscale: #636363. Windows color (decimal): -3925020 or 14949316. OLE color: 14949316.

HSL color Cylindrical-coordinate representation of color #C41BE4: hue angle of 290.45º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41BE4 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 27 228 -
CMYK 0.14 0.88 0 0.11
HSL 290.45º 0.79% 0.5% -
HSV(B) 290.45º 0.88% 0.89% -
XYZ 37.16 18.12 74.94 -
YUV 100.45 199.99 196.16 -
System Red Green Blue C M Y K H S L
Decimal 196 27 228 0.14 0.88 0 0.11 290.45 0.79 0.5
Hex C4 1B E4 E 58 0 B 122 4F 32
Octal 304 33 344 16 130 0 13 442 117 62
Binary 11000100 11011 11100100 1110 1011000 0 1011 100100010 1001111 110010

Color Harmonies of #C41BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BE4

Black with #C41BE4

Text Example


Text Example

White with #C41BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BE4; }

 p { color: rgb(196,27,228); }

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

background-color css

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

 a { background-color: rgb(196,27,228); }

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

border-color css

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

 span { border-color: rgb(196,27,228); }

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