Html Css Color HEX #C42BF6 Electric Purple

📋 copy color: '#C42BF6'

red 196 ◦ green 43 ◦ blue 246

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

Shades of Electric Purple #C42BF6

Tints of Electric Purple #C42BF6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.87%

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 40.41%
G = 8.87%
B = 50.72%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C42BF6 (or 0xC42BF6) is known color: Electric Purple. HEX triplet: C4, 2B and F6. RGB value is (196,43,246). Sum of RGB (Red+Green+Blue) = 196+43+246=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #C42BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BF6 is #3BD409. Grayscale: #6F6F6F. Windows color (decimal): -3920906 or 16133060. OLE color: 16133060.

HSL color Cylindrical-coordinate representation of color #C42BF6: hue angle of 285.22º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42BF6 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 43 246 -
CMYK 0.20 0.83 0 0.04
HSL 285.22º 0.92% 0.57% -
HSV(B) 285.22º 0.83% 0.96% -
XYZ 40.26 20.12 88.95 -
YUV 111.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 196 43 246 0.20 0.83 0 0.04 285.22 0.92 0.57
Hex C4 2B F6 14 53 0 4 11D 5C 39
Octal 304 53 366 24 123 0 4 435 134 71
Binary 11000100 101011 11110110 10100 1010011 0 100 100011101 1011100 111001

Color Harmonies of #C42BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BF6

Black with #C42BF6

Text Example


Text Example

White with #C42BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BF6; }

 p { color: rgb(196,43,246); }

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

background-color css

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

 a { background-color: rgb(196,43,246); }

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

border-color css

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

 span { border-color: rgb(196,43,246); }

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