#C746AD

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

Shades of Fuchsia #C746AD

Tints of Fuchsia #C746AD

Color information

#C746AD (or 0xC746AD) is unknown color: approx Fuchsia. HEX triplet: C7, 46 and AD. RGB value is (199,70,173). Sum of RGB (Red+Green+Blue) = 199+70+173=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C746AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C746AD is #38B952. Grayscale: #787878. Windows color (decimal): -3717459 or 11355847. OLE color: 11355847.

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

Color convert

RGB19970173-
CMYK00.650.130.22
HSL312.09º53.53%52.75%-
HSV(B)312.09º64.82%78.04%-
XYZ33.2919.5441.55-
YUV120.31157.74184.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=45.02%
G=15.84%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997017300.650.130.22312.0953.5352.75
HexC746AD041D161383635
Octal307106255010115264706665
Binary1100011110001101010110101000001110110110100111000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C746AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C746AD; }

 p { color: rgb(199,70,173); }

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

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

 a { background-color: rgb(199,70,173); }

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

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

 span { border-color: rgb(199,70,173); }

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