#C459BF

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

Shades of Fuchsia #C459BF

Tints of Fuchsia #C459BF

Color information

#C459BF (or 0xC459BF) is unknown color: approx Fuchsia. HEX triplet: C4, 59 and BF. RGB value is (196,89,191). Sum of RGB (Red+Green+Blue) = 196+89+191=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C459BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459BF is #3BA640. Grayscale: #848484. Windows color (decimal): -3909185 or 12540356. OLE color: 12540356.

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

Color convert

RGB19689191-
CMYK00.550.030.23
HSL302.8º47.56%55.88%-
HSV(B)302.8º54.59%76.86%-
XYZ35.7422.6451.78-
YUV132.62160.95173.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 191 (75% from 255) = 40.13%
R=41.18%
G=18.70%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968919100.550.030.23302.847.5655.88
HexC459BF03731712f3038
Octal3041312770673274576070
Binary1100010010110011011111101101111110111100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C459BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C459BF; }

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

 H1.HeaderClassName
 {
   color: #C459BF;
 }
 .AnyTagClassName
 {
   color: #C459BF;
 }
</style>
background-color css

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

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

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

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

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

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