#C560BC

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

Shades of Fuchsia #C560BC

Tints of Fuchsia #C560BC

Color information

#C560BC (or 0xC560BC) is unknown color: approx Fuchsia. HEX triplet: C5, 60 and BC. RGB value is (197,96,188). Sum of RGB (Red+Green+Blue) = 197+96+188=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C560BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560BC is #3A9F43. Grayscale: #888888. Windows color (decimal): -3841860 or 12345541. OLE color: 12345541.

HSL color Cylindrical-coordinate representation of color #C560BC: hue angle of 305.35º 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 #C560BC is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19796188-
CMYK00.510.050.23
HSL305.35º46.54%57.45%-
HSV(B)305.35º51.27%77.25%-
XYZ36.2923.8750.27-
YUV136.69156.96171.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=40.96%
G=19.96%
B=39.09%

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
Decimal1979618800.510.050.23305.3546.5457.45
HexC560BC0335171312f39
Octal3051402740635274615771
Binary11000101110000010111100011001110110111100110001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560BC; }

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

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

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

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

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

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

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

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