#C56CB3

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

Shades of Fuchsia #C56CB3

Tints of Fuchsia #C56CB3

Color information

#C56CB3 (or 0xC56CB3) is unknown color: approx Fuchsia. HEX triplet: C5, 6C and B3. RGB value is (197,108,179). Sum of RGB (Red+Green+Blue) = 197+108+179=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CB3 is #3A934C. Grayscale: #8E8E8E. Windows color (decimal): -3838797 or 11758789. OLE color: 11758789.

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

Color convert

RGB197108179-
CMYK00.450.090.23
HSL312.13º43.41%59.8%-
HSV(B)312.13º45.18%77.25%-
XYZ36.5325.8545.71-
YUV142.7148.49166.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=40.70%
G=22.31%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710817900.450.090.23312.1343.4159.8
HexC56CB302D9171382b3c
Octal30515426305511274705374
Binary110001011101100101100110101101100110111100111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56CB3; }

 p { color: rgb(197,108,179); }

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

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

 a { background-color: rgb(197,108,179); }

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

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

 span { border-color: rgb(197,108,179); }

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