#C745AB

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

Shades of Fuchsia #C745AB

Tints of Fuchsia #C745AB

Color information

#C745AB (or 0xC745AB) is unknown color: approx Fuchsia. HEX triplet: C7, 45 and AB. RGB value is (199,69,171). Sum of RGB (Red+Green+Blue) = 199+69+171=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C745AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C745AB is #38BA54. Grayscale: #777777. Windows color (decimal): -3717717 or 11224519. OLE color: 11224519.

HSL color Cylindrical-coordinate representation of color #C745AB: hue angle of 312.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C745AB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19969171-
CMYK00.650.140.22
HSL312.92º53.72%52.55%-
HSV(B)312.92º65.33%78.04%-
XYZ33.0319.3440.52-
YUV119.5157.07184.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=45.33%
G=15.72%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996917100.650.140.22312.9253.7252.55
HexC745AB041E161393635
Octal307105253010116264716665
Binary1100011110001011010101101000001111010110100111001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C745AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C745AB; }

 p { color: rgb(199,69,171); }

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

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

 a { background-color: rgb(199,69,171); }

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

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

 span { border-color: rgb(199,69,171); }

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