Html Css Color HEX #C42FFB Electric Purple

📋 copy color: '#C42FFB'

red 196 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #C42FFB

Tints of Electric Purple #C42FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.51%

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 39.68%
G = 9.51%
B = 50.81%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C42FFB (or 0xC42FFB) is known color: Electric Purple. HEX triplet: C4, 2F and FB. RGB value is (196,47,251). Sum of RGB (Red+Green+Blue) = 196+47+251=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #C42FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FFB is #3BD004. Grayscale: #727272. Windows color (decimal): -3919877 or 16461764. OLE color: 16461764.

HSL color Cylindrical-coordinate representation of color #C42FFB: hue angle of 283.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42FFB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 47 251 -
CMYK 0.22 0.81 0 0.02
HSL 283.82º 0.96% 0.58% -
HSV(B) 283.82º 0.81% 0.98% -
XYZ 41.19 20.73 93.1 -
YUV 114.81 204.86 185.91 -
System Red Green Blue C M Y K H S L
Decimal 196 47 251 0.22 0.81 0 0.02 283.82 0.96 0.58
Hex C4 2F FB 16 51 0 2 11C 60 3A
Octal 304 57 373 26 121 0 2 434 140 72
Binary 11000100 101111 11111011 10110 1010001 0 10 100011100 1100000 111010

Color Harmonies of #C42FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FFB

Black with #C42FFB

Text Example


Text Example

White with #C42FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FFB; }

 p { color: rgb(196,47,251); }

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

background-color css

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

 a { background-color: rgb(196,47,251); }

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

border-color css

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

 span { border-color: rgb(196,47,251); }

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