Html Css Color HEX #C42CF8 Electric Purple

📋 copy color: '#C42CF8'

red 196 ◦ green 44 ◦ blue 248

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

Shades of Electric Purple #C42CF8

Tints of Electric Purple #C42CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 40.16%
G = 9.02%
B = 50.82%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C42CF8 (or 0xC42CF8) is known color: Electric Purple. HEX triplet: C4, 2C and F8. RGB value is (196,44,248). Sum of RGB (Red+Green+Blue) = 196+44+248=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #C42CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CF8 is #3BD307. Grayscale: #707070. Windows color (decimal): -3920648 or 16264388. OLE color: 16264388.

HSL color Cylindrical-coordinate representation of color #C42CF8: hue angle of 284.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42CF8 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 196 44 248 -
CMYK 0.21 0.82 0 0.03
HSL 284.71º 0.94% 0.57% -
HSV(B) 284.71º 0.82% 0.97% -
XYZ 40.61 20.31 90.59 -
YUV 112.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 196 44 248 0.21 0.82 0 0.03 284.71 0.94 0.57
Hex C4 2C F8 15 52 0 3 11D 5E 39
Octal 304 54 370 25 122 0 3 435 136 71
Binary 11000100 101100 11111000 10101 1010010 0 11 100011101 1011110 111001

Color Harmonies of #C42CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CF8

Black with #C42CF8

Text Example


Text Example

White with #C42CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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