Html Css Color HEX #C40EFB Electric Purple

📋 copy color: '#C40EFB'

red 196 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #C40EFB

Tints of Electric Purple #C40EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 42.52%
G = 3.04%
B = 54.45%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C40EFB (or 0xC40EFB) is known color: Electric Purple. HEX triplet: C4, 0E and FB. RGB value is (196,14,251). Sum of RGB (Red+Green+Blue) = 196+14+251=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C40EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40EFB is #3BF104. Grayscale: #5E5E5E. Windows color (decimal): -3928325 or 16453316. OLE color: 16453316.

HSL color Cylindrical-coordinate representation of color #C40EFB: hue angle of 286.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40EFB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 14 251 -
CMYK 0.22 0.94 0 0.02
HSL 286.08º 0.97% 0.52% -
HSV(B) 286.08º 0.94% 0.98% -
XYZ 40.33 19.01 92.81 -
YUV 95.44 215.8 199.73 -
System Red Green Blue C M Y K H S L
Decimal 196 14 251 0.22 0.94 0 0.02 286.08 0.97 0.52
Hex C4 E FB 16 5E 0 2 11E 61 34
Octal 304 16 373 26 136 0 2 436 141 64
Binary 11000100 1110 11111011 10110 1011110 0 10 100011110 1100001 110100

Color Harmonies of #C40EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EFB

Black with #C40EFB

Text Example


Text Example

White with #C40EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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