Html Css Color HEX #C41EEB Electric Purple

📋 copy color: '#C41EEB'

red 196 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #C41EEB

Tints of Electric Purple #C41EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.51%

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

R = 42.52%
G = 6.51%
B = 50.98%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C41EEB (or 0xC41EEB) is known color: Electric Purple. HEX triplet: C4, 1E and EB. RGB value is (196,30,235). Sum of RGB (Red+Green+Blue) = 196+30+235=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #C41EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EEB is #3BE114. Grayscale: #666666. Windows color (decimal): -3924245 or 15408836. OLE color: 15408836.

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

Color convert

RGB 196 30 235 -
CMYK 0.17 0.87 0 0.08
HSL 288.59º 0.84% 0.52% -
HSV(B) 288.59º 0.87% 0.92% -
XYZ 38.22 18.66 80.18 -
YUV 103 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 196 30 235 0.17 0.87 0 0.08 288.59 0.84 0.52
Hex C4 1E EB 11 57 0 8 121 54 34
Octal 304 36 353 21 127 0 10 441 124 64
Binary 11000100 11110 11101011 10001 1010111 0 1000 100100001 1010100 110100

Color Harmonies of #C41EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EEB

Black with #C41EEB

Text Example


Text Example

White with #C41EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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