Html Css Color HEX #C42FFE Electric Purple

📋 copy color: '#C42FFE'

red 196 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #C42FFE

Tints of Electric Purple #C42FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.46%

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

R = 39.44%
G = 9.46%
B = 51.11%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C42FFE (or 0xC42FFE) is known color: Electric Purple. HEX triplet: C4, 2F and FE. RGB value is (196,47,254). Sum of RGB (Red+Green+Blue) = 196+47+254=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #C42FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FFE is #3BD001. Grayscale: #727272. Windows color (decimal): -3919874 or 16658372. OLE color: 16658372.

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

Color convert

RGB 196 47 254 -
CMYK 0.23 0.81 0 0.00
HSL 283.19º 0.99% 0.59% -
HSV(B) 283.19º 0.81% 1% -
XYZ 41.67 20.92 95.61 -
YUV 115.15 206.36 185.67 -
System Red Green Blue C M Y K H S L
Decimal 196 47 254 0.23 0.81 0 0.00 283.19 0.99 0.59
Hex C4 2F FE 17 51 0 0 11B 63 3B
Octal 304 57 376 27 121 0 0 433 143 73
Binary 11000100 101111 11111110 10111 1010001 0 0 100011011 1100011 111011

Color Harmonies of #C42FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FFE

Black with #C42FFE

Text Example


Text Example

White with #C42FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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