Html Css Color HEX #C42DFE Electric Purple

📋 copy color: '#C42DFE'

red 196 ◦ green 45 ◦ blue 254

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

Shades of Electric Purple #C42DFE

Tints of Electric Purple #C42DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.09%

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

R = 39.6%
G = 9.09%
B = 51.31%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C42DFE (or 0xC42DFE) is known color: Electric Purple. HEX triplet: C4, 2D and FE. RGB value is (196,45,254). Sum of RGB (Red+Green+Blue) = 196+45+254=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #C42DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DFE is #3BD201. Grayscale: #717171. Windows color (decimal): -3920386 or 16657860. OLE color: 16657860.

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

Color convert

RGB 196 45 254 -
CMYK 0.23 0.82 0 0.00
HSL 283.35º 0.99% 0.59% -
HSV(B) 283.35º 0.82% 1% -
XYZ 41.59 20.77 95.58 -
YUV 113.98 207.03 186.51 -
System Red Green Blue C M Y K H S L
Decimal 196 45 254 0.23 0.82 0 0.00 283.35 0.99 0.59
Hex C4 2D FE 17 52 0 0 11B 63 3B
Octal 304 55 376 27 122 0 0 433 143 73
Binary 11000100 101101 11111110 10111 1010010 0 0 100011011 1100011 111011

Color Harmonies of #C42DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DFE

Black with #C42DFE

Text Example


Text Example

White with #C42DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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