#C759B1

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

Shades of Fuchsia #C759B1

Tints of Fuchsia #C759B1

Color information

#C759B1 (or 0xC759B1) is unknown color: approx Fuchsia. HEX triplet: C7, 59 and B1. RGB value is (199,89,177). Sum of RGB (Red+Green+Blue) = 199+89+177=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C759B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759B1 is #38A64E. Grayscale: #838383. Windows color (decimal): -3712591 or 11622855. OLE color: 11622855.

HSL color Cylindrical-coordinate representation of color #C759B1: hue angle of 312º 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 #C759B1 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19989177-
CMYK00.550.110.22
HSL312º49.55%56.47%-
HSV(B)312º55.28%78.04%-
XYZ35.0622.4644.08-
YUV131.92153.44175.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=42.80%
G=19.14%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998917700.550.110.2231249.5556.47
HexC759B1037B161383238
Octal30713126106713264706270
Binary110001111011001101100010110111101110110100111000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C759B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C759B1; }

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

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

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

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

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

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

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

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