#C560BE

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

Shades of Fuchsia #C560BE

Tints of Fuchsia #C560BE

Color information

#C560BE (or 0xC560BE) is unknown color: approx Fuchsia. HEX triplet: C5, 60 and BE. RGB value is (197,96,190). Sum of RGB (Red+Green+Blue) = 197+96+190=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C560BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560BE is #3A9F41. Grayscale: #888888. Windows color (decimal): -3841858 or 12476613. OLE color: 12476613.

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

Color convert

RGB19796190-
CMYK00.510.040.23
HSL304.16º46.54%57.45%-
HSV(B)304.16º51.27%77.25%-
XYZ36.523.9551.41-
YUV136.92157.96170.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=40.79%
G=19.88%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979619000.510.040.23304.1646.5457.45
HexC560BE0334171302f39
Octal3051402760634274605771
Binary11000101110000010111110011001110010111100110000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560BE; }

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

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

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

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

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

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

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

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