Html Css Color HEX #C41CEB Electric Purple

📋 copy color: '#C41CEB'

red 196 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #C41CEB

Tints of Electric Purple #C41CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.1%

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

R = 42.7%
G = 6.1%
B = 51.2%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C41CEB (or 0xC41CEB) is known color: Electric Purple. HEX triplet: C4, 1C and EB. RGB value is (196,28,235). Sum of RGB (Red+Green+Blue) = 196+28+235=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #C41CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CEB is #3BE314. Grayscale: #656565. Windows color (decimal): -3924757 or 15408324. OLE color: 15408324.

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

Color convert

RGB 196 28 235 -
CMYK 0.17 0.88 0 0.08
HSL 288.7º 0.84% 0.52% -
HSV(B) 288.7º 0.88% 0.92% -
XYZ 38.18 18.56 80.17 -
YUV 101.83 203.16 195.17 -
System Red Green Blue C M Y K H S L
Decimal 196 28 235 0.17 0.88 0 0.08 288.7 0.84 0.52
Hex C4 1C EB 11 58 0 8 121 54 34
Octal 304 34 353 21 130 0 10 441 124 64
Binary 11000100 11100 11101011 10001 1011000 0 1000 100100001 1010100 110100

Color Harmonies of #C41CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CEB

Black with #C41CEB

Text Example


Text Example

White with #C41CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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