Html Css Color HEX #C432FB Electric Purple

📋 copy color: '#C432FB'

red 196 ◦ green 50 ◦ blue 251

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

Shades of Electric Purple #C432FB

Tints of Electric Purple #C432FB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.06%

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

R = 39.44%
G = 10.06%
B = 50.5%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C432FB (or 0xC432FB) is known color: Electric Purple. HEX triplet: C4, 32 and FB. RGB value is (196,50,251). Sum of RGB (Red+Green+Blue) = 196+50+251=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #C432FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C432FB is #3BCD04. Grayscale: #737373. Windows color (decimal): -3919109 or 16462532. OLE color: 16462532.

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

Color convert

RGB 196 50 251 -
CMYK 0.22 0.80 0 0.02
HSL 283.58º 0.96% 0.59% -
HSV(B) 283.58º 0.8% 0.98% -
XYZ 41.32 20.98 93.14 -
YUV 116.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 196 50 251 0.22 0.80 0 0.02 283.58 0.96 0.59
Hex C4 32 FB 16 50 0 2 11C 60 3B
Octal 304 62 373 26 120 0 2 434 140 73
Binary 11000100 110010 11111011 10110 1010000 0 10 100011100 1100000 111011

Color Harmonies of #C432FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C432FB

Black with #C432FB

Text Example


Text Example

White with #C432FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C432FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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