#c56fb2

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

Shades of Fuchsia #C56FB2

Tints of Fuchsia #C56FB2

Color information

#C56FB2 (or 0xC56FB2) is unknown color: approx Fuchsia. HEX triplet: C5, 6F and B2. RGB value is (197,111,178). Sum of RGB (Red+Green+Blue) = 197+111+178=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56FB2 is #3A904D. Grayscale: #909090. Windows color (decimal): -3838030 or 11694021. OLE color: 11694021.

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

Color convert

RGB197111178-
CMYK00.440.100.23
HSL313.26º42.57%60.39%-
HSV(B)313.26º43.65%77.25%-
XYZ36.7526.4545.29-
YUV144.35146.99165.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=40.53%
G=22.84%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711117800.440.100.23313.2642.5760.39
HexC56FB202CA171392b3c
Octal30515726205412274715374
Binary110001011101111101100100101100101010111100111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c56fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c56fb2; }

 p { color: rgb(197,111,178); }

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

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

 a { background-color: rgb(197,111,178); }

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

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

 span { border-color: rgb(197,111,178); }

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