Html Css Color HEX #C431BF Fuchsia

📋 copy color: '#C431BF'

red 196 ◦ green 49 ◦ blue 191

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

Shades of Fuchsia #C431BF

Tints of Fuchsia #C431BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

 BLUE value IS 191 (75% from 255) = 43.81%

R = 44.95%
G = 11.24%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C431BF (or 0xC431BF) is known color: Fuchsia. HEX triplet: C4, 31 and BF. RGB value is (196,49,191). Sum of RGB (Red+Green+Blue) = 196+49+191=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C431BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431BF is #3BCE40. Grayscale: #6C6C6C. Windows color (decimal): -3919425 or 12530116. OLE color: 12530116.

HSL color Cylindrical-coordinate representation of color #C431BF: hue angle of 302.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C431BF is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 191 -
CMYK 0 0.75 0.03 0.23
HSL 302.04º 0.6% 0.48% -
HSV(B) 302.04º 0.75% 0.77% -
XYZ 33.27 17.69 50.95 -
YUV 109.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 196 49 191 0 0.75 0.03 0.23 302.04 0.6 0.48
Hex C4 31 BF 0 4B 3 17 12E 3C 30
Octal 304 61 277 0 113 3 27 456 74 60
Binary 11000100 110001 10111111 0 1001011 11 10111 100101110 111100 110000

Color Harmonies of #C431BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431BF

Black with #C431BF

Text Example


Text Example

White with #C431BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431BF; }

 p { color: rgb(196,49,191); }

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

background-color css

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

 a { background-color: rgb(196,49,191); }

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

border-color css

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

 span { border-color: rgb(196,49,191); }

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