#C745BF

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

Shades of Fuchsia #C745BF

Tints of Fuchsia #C745BF

Color information

#C745BF (or 0xC745BF) is unknown color: approx Fuchsia. HEX triplet: C7, 45 and BF. RGB value is (199,69,191). Sum of RGB (Red+Green+Blue) = 199+69+191=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BF is #38BA40. Grayscale: #797979. Windows color (decimal): -3717697 or 12535239. OLE color: 12535239.

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

Color convert

RGB19969191-
CMYK00.650.040.22
HSL303.69º53.72%52.55%-
HSV(B)303.69º65.33%78.04%-
XYZ35.0920.1651.33-
YUV121.78167.07183.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 191 (75% from 255) = 41.61%
R=43.36%
G=15.03%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996919100.650.040.22303.6953.7252.55
HexC745BF0414161303635
Octal30710527701014264606665
Binary110001111000101101111110100000110010110100110000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C745BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C745BF; }

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

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

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

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

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

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

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

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