#C745AC

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

Shades of Fuchsia #C745AC

Tints of Fuchsia #C745AC

Color information

#C745AC (or 0xC745AC) is unknown color: approx Fuchsia. HEX triplet: C7, 45 and AC. RGB value is (199,69,172). Sum of RGB (Red+Green+Blue) = 199+69+172=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C745AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C745AC is #38BA53. Grayscale: #777777. Windows color (decimal): -3717716 or 11290055. OLE color: 11290055.

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

Color convert

RGB19969172-
CMYK00.650.140.22
HSL312.46º53.72%52.55%-
HSV(B)312.46º65.33%78.04%-
XYZ33.1319.3841.02-
YUV119.61157.57184.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 69 (27.34% from 255) = 15.68%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=45.23%
G=15.68%
B=39.09%

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
Decimal1996917200.650.140.22312.4653.7252.55
HexC745AC041E161383635
Octal307105254010116264706665
Binary1100011110001011010110001000001111010110100111000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C745AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C745AC; }

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

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

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

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

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

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

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

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