Html Css Color HEX #C42EFB Electric Purple

📋 copy color: '#C42EFB'

red 196 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #C42EFB

Tints of Electric Purple #C42EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.33%

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

R = 39.76%
G = 9.33%
B = 50.91%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C42EFB (or 0xC42EFB) is known color: Electric Purple. HEX triplet: C4, 2E and FB. RGB value is (196,46,251). Sum of RGB (Red+Green+Blue) = 196+46+251=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C42EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EFB is #3BD104. Grayscale: #717171. Windows color (decimal): -3920133 or 16461508. OLE color: 16461508.

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

Color convert

RGB 196 46 251 -
CMYK 0.22 0.82 0 0.02
HSL 283.9º 0.96% 0.58% -
HSV(B) 283.9º 0.82% 0.98% -
XYZ 41.15 20.65 93.08 -
YUV 114.22 205.2 186.33 -
System Red Green Blue C M Y K H S L
Decimal 196 46 251 0.22 0.82 0 0.02 283.9 0.96 0.58
Hex C4 2E FB 16 52 0 2 11C 60 3A
Octal 304 56 373 26 122 0 2 434 140 72
Binary 11000100 101110 11111011 10110 1010010 0 10 100011100 1100000 111010

Color Harmonies of #C42EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EFB

Black with #C42EFB

Text Example


Text Example

White with #C42EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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