#C560BB

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

Shades of Fuchsia #C560BB

Tints of Fuchsia #C560BB

Color information

#C560BB (or 0xC560BB) is unknown color: approx Fuchsia. HEX triplet: C5, 60 and BB. RGB value is (197,96,187). Sum of RGB (Red+Green+Blue) = 197+96+187=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C560BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560BB is #3A9F44. Grayscale: #888888. Windows color (decimal): -3841861 or 12280005. OLE color: 12280005.

HSL color Cylindrical-coordinate representation of color #C560BB: hue angle of 305.94º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C560BB is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19796187-
CMYK00.510.050.23
HSL305.94º46.54%57.45%-
HSV(B)305.94º51.27%77.25%-
XYZ36.1823.8249.71-
YUV136.57156.46171.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=41.04%
G=20%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979618700.510.050.23305.9446.5457.45
HexC560BB0335171322f39
Octal3051402730635274625771
Binary11000101110000010111011011001110110111100110010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560BB; }

 p { color: rgb(197,96,187); }

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

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

 a { background-color: rgb(197,96,187); }

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

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

 span { border-color: rgb(197,96,187); }

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