Html Css Color HEX #C431BE Fuchsia

📋 copy color: '#C431BE'

red 196 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #C431BE

Tints of Fuchsia #C431BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 45.06%
G = 11.26%
B = 43.68%

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

#C431BE (or 0xC431BE) is known color: Fuchsia. HEX triplet: C4, 31 and BE. RGB value is (196,49,190). Sum of RGB (Red+Green+Blue) = 196+49+190=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C431BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431BE is #3BCE41. Grayscale: #6C6C6C. Windows color (decimal): -3919426 or 12464580. OLE color: 12464580.

HSL color Cylindrical-coordinate representation of color #C431BE: hue angle of 302.45º 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 #C431BE is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 190 -
CMYK 0 0.75 0.03 0.23
HSL 302.45º 0.6% 0.48% -
HSV(B) 302.45º 0.75% 0.77% -
XYZ 33.16 17.65 50.37 -
YUV 109.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 196 49 190 0 0.75 0.03 0.23 302.45 0.6 0.48
Hex C4 31 BE 0 4B 3 17 12E 3C 30
Octal 304 61 276 0 113 3 27 456 74 60
Binary 11000100 110001 10111110 0 1001011 11 10111 100101110 111100 110000

Color Harmonies of #C431BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431BE

Black with #C431BE

Text Example


Text Example

White with #C431BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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