#C560B3

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

Shades of Fuchsia #C560B3

Tints of Fuchsia #C560B3

Color information

#C560B3 (or 0xC560B3) is unknown color: approx Fuchsia. HEX triplet: C5, 60 and B3. RGB value is (197,96,179). Sum of RGB (Red+Green+Blue) = 197+96+179=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C560B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560B3 is #3A9F4C. Grayscale: #878787. Windows color (decimal): -3841869 or 11755717. OLE color: 11755717.

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

Color convert

RGB19796179-
CMYK00.510.090.23
HSL310.69º46.54%57.45%-
HSV(B)310.69º51.27%77.25%-
XYZ35.3523.4945.32-
YUV135.66152.46171.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=41.74%
G=20.34%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979617900.510.090.23310.6946.5457.45
HexC560B30339171372f39
Octal30514026306311274675771
Binary110001011100000101100110110011100110111100110111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560B3; }

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

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

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

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

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

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

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

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