#C745BA

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

Shades of Fuchsia #C745BA

Tints of Fuchsia #C745BA

Color information

#C745BA (or 0xC745BA) is unknown color: approx Fuchsia. HEX triplet: C7, 45 and BA. RGB value is (199,69,186). Sum of RGB (Red+Green+Blue) = 199+69+186=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BA is #38BA45. Grayscale: #787878. Windows color (decimal): -3717702 or 12207559. OLE color: 12207559.

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

Color convert

RGB19969186-
CMYK00.650.070.22
HSL306º53.72%52.55%-
HSV(B)306º65.33%78.04%-
XYZ34.5419.9448.48-
YUV121.21164.57183.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=43.83%
G=15.20%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996918600.650.070.2230653.7252.55
HexC745BA0417161323635
Octal30710527201017264626665
Binary110001111000101101110100100000111110110100110010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C745BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C745BA; }

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

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

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

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

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

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

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

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