Html Css Color HEX #C42AFE Electric Purple

📋 copy color: '#C42AFE'

red 196 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #C42AFE

Tints of Electric Purple #C42AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.54%

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

R = 39.84%
G = 8.54%
B = 51.63%

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

#C42AFE (or 0xC42AFE) is known color: Electric Purple. HEX triplet: C4, 2A and FE. RGB value is (196,42,254). Sum of RGB (Red+Green+Blue) = 196+42+254=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C42AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AFE is #3BD501. Grayscale: #6F6F6F. Windows color (decimal): -3921154 or 16657092. OLE color: 16657092.

HSL color Cylindrical-coordinate representation of color #C42AFE: hue angle of 283.58º 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 #C42AFE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 42 254 -
CMYK 0.23 0.83 0 0.00
HSL 283.58º 0.99% 0.58% -
HSV(B) 283.58º 0.83% 1% -
XYZ 41.48 20.55 95.55 -
YUV 112.21 208.02 187.76 -
System Red Green Blue C M Y K H S L
Decimal 196 42 254 0.23 0.83 0 0.00 283.58 0.99 0.58
Hex C4 2A FE 17 53 0 0 11C 63 3A
Octal 304 52 376 27 123 0 0 434 143 72
Binary 11000100 101010 11111110 10111 1010011 0 0 100011100 1100011 111010

Color Harmonies of #C42AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AFE

Black with #C42AFE

Text Example


Text Example

White with #C42AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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