Html Css Color HEX #C41BEB Electric Purple

📋 copy color: '#C41BEB'

red 196 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #C41BEB

Tints of Electric Purple #C41BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 42.79%
G = 5.9%
B = 51.31%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C41BEB (or 0xC41BEB) is known color: Electric Purple. HEX triplet: C4, 1B and EB. RGB value is (196,27,235). Sum of RGB (Red+Green+Blue) = 196+27+235=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #C41BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BEB is #3BE414. Grayscale: #646464. Windows color (decimal): -3925013 or 15408068. OLE color: 15408068.

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

Color convert

RGB 196 27 235 -
CMYK 0.17 0.89 0 0.08
HSL 288.75º 0.84% 0.51% -
HSV(B) 288.75º 0.89% 0.92% -
XYZ 38.15 18.52 80.16 -
YUV 101.24 203.49 195.59 -
System Red Green Blue C M Y K H S L
Decimal 196 27 235 0.17 0.89 0 0.08 288.75 0.84 0.51
Hex C4 1B EB 11 59 0 8 121 54 33
Octal 304 33 353 21 131 0 10 441 124 63
Binary 11000100 11011 11101011 10001 1011001 0 1000 100100001 1010100 110011

Color Harmonies of #C41BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BEB

Black with #C41BEB

Text Example


Text Example

White with #C41BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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