#C563C3

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

Shades of Fuchsia #C563C3

Tints of Fuchsia #C563C3

Color information

#C563C3 (or 0xC563C3) is unknown color: approx Fuchsia. HEX triplet: C5, 63 and C3. RGB value is (197,99,195). Sum of RGB (Red+Green+Blue) = 197+99+195=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C563C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563C3 is #3A9C3C. Grayscale: #8A8A8A. Windows color (decimal): -3841085 or 12805061. OLE color: 12805061.

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

Color convert

RGB19799195-
CMYK00.500.010.23
HSL301.22º45.79%58.04%-
HSV(B)301.22º49.75%77.25%-
XYZ37.3424.7354.44-
YUV139.25159.47169.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 99 (39.06% from 255) = 20.16%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=40.12%
G=20.16%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979919500.500.010.23301.2245.7958.04
HexC563C303211712d2e3a
Octal3051433030621274555672
Binary110001011100011110000110110010110111100101101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C563C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C563C3; }

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

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

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

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

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

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

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

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