Html Css Color HEX #C40FEB Electric Purple

📋 copy color: '#C40FEB'

red 196 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #C40FEB

Tints of Electric Purple #C40FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

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

R = 43.95%
G = 3.36%
B = 52.69%

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

#C40FEB (or 0xC40FEB) is known color: Electric Purple. HEX triplet: C4, 0F and EB. RGB value is (196,15,235). Sum of RGB (Red+Green+Blue) = 196+15+235=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C40FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FEB is #3BF014. Grayscale: #5D5D5D. Windows color (decimal): -3928085 or 15404996. OLE color: 15404996.

HSL color Cylindrical-coordinate representation of color #C40FEB: hue angle of 289.36º degrees, saturation: 0.88, 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 #C40FEB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 15 235 -
CMYK 0.17 0.94 0 0.08
HSL 289.36º 0.88% 0.49% -
HSV(B) 289.36º 0.94% 0.92% -
XYZ 37.93 18.08 80.09 -
YUV 94.2 207.47 200.61 -
System Red Green Blue C M Y K H S L
Decimal 196 15 235 0.17 0.94 0 0.08 289.36 0.88 0.49
Hex C4 F EB 11 5E 0 8 121 58 31
Octal 304 17 353 21 136 0 10 441 130 61
Binary 11000100 1111 11101011 10001 1011110 0 1000 100100001 1011000 110001

Color Harmonies of #C40FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FEB

Black with #C40FEB

Text Example


Text Example

White with #C40FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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