#C431BE

Color #C431BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C431BE

Tints of Fuchsia #C431BE

Color information

#C431BE (or 0xC431BE) is unknown color: approx 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

RGB19649190-
CMYK00.750.030.23
HSL302.45º60%48.04%-
HSV(B)302.45º75%76.86%-
XYZ33.1617.6550.37-
YUV109.03173.7190.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964919000.750.030.23302.456048.04
HexC431BE04B31712e3c30
Octal3046127601133274567460
Binary1100010011000110111110010010111110111100101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C431BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>