#C759BF

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

Shades of Fuchsia #C759BF

Tints of Fuchsia #C759BF

Color information

#C759BF (or 0xC759BF) is unknown color: approx Fuchsia. HEX triplet: C7, 59 and BF. RGB value is (199,89,191). Sum of RGB (Red+Green+Blue) = 199+89+191=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C759BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759BF is #38A640. Grayscale: #858585. Windows color (decimal): -3712577 or 12540359. OLE color: 12540359.

HSL color Cylindrical-coordinate representation of color #C759BF: hue angle of 304.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C759BF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19989191-
CMYK00.550.040.22
HSL304.36º49.55%56.47%-
HSV(B)304.36º55.28%78.04%-
XYZ36.5323.0551.81-
YUV133.52160.44174.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 89 (35.16% from 255) = 18.58%
BLUE value IS 191 (75% from 255) = 39.87%
R=41.54%
G=18.58%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998919100.550.040.22304.3649.5556.47
HexC759BF0374161303238
Octal3071312770674264606270
Binary11000111101100110111111011011110010110100110000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C759BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C759BF; }

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

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

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

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

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

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

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

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