#C563B9

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

Shades of Fuchsia #C563B9

Tints of Fuchsia #C563B9

Color information

#C563B9 (or 0xC563B9) is unknown color: approx Fuchsia. HEX triplet: C5, 63 and B9. RGB value is (197,99,185). Sum of RGB (Red+Green+Blue) = 197+99+185=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C563B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563B9 is #3A9C46. Grayscale: #898989. Windows color (decimal): -3841095 or 12149701. OLE color: 12149701.

HSL color Cylindrical-coordinate representation of color #C563B9: hue angle of 307.35º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C563B9 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19799185-
CMYK00.500.060.23
HSL307.35º45.79%58.04%-
HSV(B)307.35º49.75%77.25%-
XYZ36.2424.348.68-
YUV138.11154.47170.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=40.96%
G=20.58%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979918500.500.060.23307.3545.7958.04
HexC563B90326171332e3a
Octal3051432710626274635672
Binary11000101110001110111001011001011010111100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C563B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C563B9; }

 p { color: rgb(197,99,185); }

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

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

 a { background-color: rgb(197,99,185); }

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

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

 span { border-color: rgb(197,99,185); }

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