Html Css Color HEX #C42CF2 Electric Purple

📋 copy color: '#C42CF2'

red 196 ◦ green 44 ◦ blue 242

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

Shades of Electric Purple #C42CF2

Tints of Electric Purple #C42CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 40.66%
G = 9.13%
B = 50.21%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C42CF2 (or 0xC42CF2) is known color: Electric Purple. HEX triplet: C4, 2C and F2. RGB value is (196,44,242). Sum of RGB (Red+Green+Blue) = 196+44+242=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #C42CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CF2 is #3BD30D. Grayscale: #6F6F6F. Windows color (decimal): -3920654 or 15871172. OLE color: 15871172.

HSL color Cylindrical-coordinate representation of color #C42CF2: hue angle of 286.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42CF2 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 44 242 -
CMYK 0.19 0.82 0 0.05
HSL 286.06º 0.88% 0.56% -
HSV(B) 286.06º 0.82% 0.95% -
XYZ 39.69 19.95 85.76 -
YUV 112.02 201.36 187.9 -
System Red Green Blue C M Y K H S L
Decimal 196 44 242 0.19 0.82 0 0.05 286.06 0.88 0.56
Hex C4 2C F2 13 52 0 5 11E 58 38
Octal 304 54 362 23 122 0 5 436 130 70
Binary 11000100 101100 11110010 10011 1010010 0 101 100011110 1011000 111000

Color Harmonies of #C42CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CF2

Black with #C42CF2

Text Example


Text Example

White with #C42CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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