Html Css Color HEX #C41BEA Electric Purple

📋 copy color: '#C41BEA'

red 196 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #C41BEA

Tints of Electric Purple #C41BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 42.89%
G = 5.91%
B = 51.2%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C41BEA (or 0xC41BEA) is known color: Electric Purple. HEX triplet: C4, 1B and EA. RGB value is (196,27,234). Sum of RGB (Red+Green+Blue) = 196+27+234=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #C41BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BEA is #3BE415. Grayscale: #646464. Windows color (decimal): -3925014 or 15342532. OLE color: 15342532.

HSL color Cylindrical-coordinate representation of color #C41BEA: hue angle of 288.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41BEA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 27 234 -
CMYK 0.16 0.88 0 0.08
HSL 288.99º 0.83% 0.51% -
HSV(B) 288.99º 0.88% 0.92% -
XYZ 38.01 18.46 79.4 -
YUV 101.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 196 27 234 0.16 0.88 0 0.08 288.99 0.83 0.51
Hex C4 1B EA 10 58 0 8 121 53 33
Octal 304 33 352 20 130 0 10 441 123 63
Binary 11000100 11011 11101010 10000 1011000 0 1000 100100001 1010011 110011

Color Harmonies of #C41BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BEA

Black with #C41BEA

Text Example


Text Example

White with #C41BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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