Html Css Color HEX #C42EFA Electric Purple

📋 copy color: '#C42EFA'

red 196 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #C42EFA

Tints of Electric Purple #C42EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 39.84%
G = 9.35%
B = 50.81%

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

#C42EFA (or 0xC42EFA) is known color: Electric Purple. HEX triplet: C4, 2E and FA. RGB value is (196,46,250). Sum of RGB (Red+Green+Blue) = 196+46+250=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C42EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EFA is #3BD105. Grayscale: #717171. Windows color (decimal): -3920134 or 16395972. OLE color: 16395972.

HSL color Cylindrical-coordinate representation of color #C42EFA: hue angle of 284.12º degrees, saturation: 0.95, 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 #C42EFA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 46 250 -
CMYK 0.22 0.82 0 0.02
HSL 284.12º 0.95% 0.58% -
HSV(B) 284.12º 0.82% 0.98% -
XYZ 41 20.59 92.26 -
YUV 114.11 204.7 186.41 -
System Red Green Blue C M Y K H S L
Decimal 196 46 250 0.22 0.82 0 0.02 284.12 0.95 0.58
Hex C4 2E FA 16 52 0 2 11C 5F 3A
Octal 304 56 372 26 122 0 2 434 137 72
Binary 11000100 101110 11111010 10110 1010010 0 10 100011100 1011111 111010

Color Harmonies of #C42EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EFA

Black with #C42EFA

Text Example


Text Example

White with #C42EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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