Html Css Color HEX #C42CFE Electric Purple

📋 copy color: '#C42CFE'

red 196 ◦ green 44 ◦ blue 254

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

Shades of Electric Purple #C42CFE

Tints of Electric Purple #C42CFE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.91%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 39.68%
G = 8.91%
B = 51.42%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C42CFE (or 0xC42CFE) is known color: Electric Purple. HEX triplet: C4, 2C and FE. RGB value is (196,44,254). Sum of RGB (Red+Green+Blue) = 196+44+254=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #C42CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CFE is #3BD301. Grayscale: #707070. Windows color (decimal): -3920642 or 16657604. OLE color: 16657604.

HSL color Cylindrical-coordinate representation of color #C42CFE: hue angle of 283.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42CFE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 44 254 -
CMYK 0.23 0.83 0 0.00
HSL 283.43º 0.99% 0.58% -
HSV(B) 283.43º 0.83% 1% -
XYZ 41.56 20.69 95.57 -
YUV 113.39 207.36 186.92 -
System Red Green Blue C M Y K H S L
Decimal 196 44 254 0.23 0.83 0 0.00 283.43 0.99 0.58
Hex C4 2C FE 17 53 0 0 11B 63 3A
Octal 304 54 376 27 123 0 0 433 143 72
Binary 11000100 101100 11111110 10111 1010011 0 0 100011011 1100011 111010

Color Harmonies of #C42CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CFE

Black with #C42CFE

Text Example


Text Example

White with #C42CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CFE; }

 p { color: rgb(196,44,254); }

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

background-color css

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

 a { background-color: rgb(196,44,254); }

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

border-color css

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

 span { border-color: rgb(196,44,254); }

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