#C56BAE

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

Shades of Fuchsia #C56BAE

Tints of Fuchsia #C56BAE

Color information

#C56BAE (or 0xC56BAE) is unknown color: approx Fuchsia. HEX triplet: C5, 6B and AE. RGB value is (197,107,174). Sum of RGB (Red+Green+Blue) = 197+107+174=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BAE is #3A9451. Grayscale: #8D8D8D. Windows color (decimal): -3839058 or 11430853. OLE color: 11430853.

HSL color Cylindrical-coordinate representation of color #C56BAE: hue angle of 315.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BAE is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197107174-
CMYK00.460.120.23
HSL315.33º43.69%59.61%-
HSV(B)315.33º45.69%77.25%-
XYZ35.9225.4443.06-
YUV141.55146.32167.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=41.21%
G=22.38%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710717400.460.120.23315.3343.6959.61
HexC56BAE02EC1713b2c3c
Octal30515325605614274735474
Binary110001011101011101011100101110110010111100111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56BAE; }

 p { color: rgb(197,107,174); }

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

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

 a { background-color: rgb(197,107,174); }

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

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

 span { border-color: rgb(197,107,174); }

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