#C756AA

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

Shades of Fuchsia #C756AA

Tints of Fuchsia #C756AA

Color information

#C756AA (or 0xC756AA) is unknown color: approx Fuchsia. HEX triplet: C7, 56 and AA. RGB value is (199,86,170). Sum of RGB (Red+Green+Blue) = 199+86+170=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C756AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C756AA is #38A955. Grayscale: #818181. Windows color (decimal): -3713366 or 11163335. OLE color: 11163335.

HSL color Cylindrical-coordinate representation of color #C756AA: hue angle of 315.4º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C756AA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19986170-
CMYK00.570.150.22
HSL315.4º50.22%55.88%-
HSV(B)315.4º56.78%78.04%-
XYZ34.1421.740.42-
YUV129.36150.94177.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=43.74%
G=18.90%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998617000.570.150.22315.450.2255.88
HexC756AA039F1613b3238
Octal30712625207117264736270
Binary110001111010110101010100111001111110110100111011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C756AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C756AA; }

 p { color: rgb(199,86,170); }

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

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

 a { background-color: rgb(199,86,170); }

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

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

 span { border-color: rgb(199,86,170); }

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