Html Css Color HEX #C41BEE Electric Purple

📋 copy color: '#C41BEE'

red 196 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #C41BEE

Tints of Electric Purple #C41BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 42.52%
G = 5.86%
B = 51.63%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C41BEE (or 0xC41BEE) is known color: Electric Purple. HEX triplet: C4, 1B and EE. RGB value is (196,27,238). Sum of RGB (Red+Green+Blue) = 196+27+238=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C41BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BEE is #3BE411. Grayscale: #646464. Windows color (decimal): -3925010 or 15604676. OLE color: 15604676.

HSL color Cylindrical-coordinate representation of color #C41BEE: hue angle of 288.06º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BEE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 27 238 -
CMYK 0.18 0.89 0 0.07
HSL 288.06º 0.86% 0.52% -
HSV(B) 288.06º 0.89% 0.93% -
XYZ 38.59 18.69 82.46 -
YUV 101.59 204.99 195.34 -
System Red Green Blue C M Y K H S L
Decimal 196 27 238 0.18 0.89 0 0.07 288.06 0.86 0.52
Hex C4 1B EE 12 59 0 7 120 56 34
Octal 304 33 356 22 131 0 7 440 126 64
Binary 11000100 11011 11101110 10010 1011001 0 111 100100000 1010110 110100

Color Harmonies of #C41BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BEE

Black with #C41BEE

Text Example


Text Example

White with #C41BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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