#C560B6

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

Shades of Fuchsia #C560B6

Tints of Fuchsia #C560B6

Color information

#C560B6 (or 0xC560B6) is unknown color: approx Fuchsia. HEX triplet: C5, 60 and B6. RGB value is (197,96,182). Sum of RGB (Red+Green+Blue) = 197+96+182=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C560B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560B6 is #3A9F49. Grayscale: #878787. Windows color (decimal): -3841866 or 11952325. OLE color: 11952325.

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

Color convert

RGB19796182-
CMYK00.510.080.23
HSL308.91º46.54%57.45%-
HSV(B)308.91º51.27%77.25%-
XYZ35.6523.6146.93-
YUV136153.96171.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=41.47%
G=20.21%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979618200.510.080.23308.9146.5457.45
HexC560B60338171352f39
Octal30514026606310274655771
Binary110001011100000101101100110011100010111100110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560B6; }

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

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

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

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

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

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

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

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