Html Css Color HEX #C40EEB Electric Purple

📋 copy color: '#C40EEB'

red 196 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #C40EEB

Tints of Electric Purple #C40EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.15%

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

R = 44.04%
G = 3.15%
B = 52.81%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C40EEB (or 0xC40EEB) is known color: Electric Purple. HEX triplet: C4, 0E and EB. RGB value is (196,14,235). Sum of RGB (Red+Green+Blue) = 196+14+235=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #C40EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40EEB is #3BF114. Grayscale: #5C5C5C. Windows color (decimal): -3928341 or 15404740. OLE color: 15404740.

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

Color convert

RGB 196 14 235 -
CMYK 0.17 0.94 0 0.08
HSL 289.41º 0.89% 0.49% -
HSV(B) 289.41º 0.94% 0.92% -
XYZ 37.92 18.05 80.08 -
YUV 93.61 207.8 201.03 -
System Red Green Blue C M Y K H S L
Decimal 196 14 235 0.17 0.94 0 0.08 289.41 0.89 0.49
Hex C4 E EB 11 5E 0 8 121 59 31
Octal 304 16 353 21 136 0 10 441 131 61
Binary 11000100 1110 11101011 10001 1011110 0 1000 100100001 1011001 110001

Color Harmonies of #C40EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EEB

Black with #C40EEB

Text Example


Text Example

White with #C40EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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