#C561BD

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

Shades of Fuchsia #C561BD

Tints of Fuchsia #C561BD

Color information

#C561BD (or 0xC561BD) is unknown color: approx Fuchsia. HEX triplet: C5, 61 and BD. RGB value is (197,97,189). Sum of RGB (Red+Green+Blue) = 197+97+189=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C561BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561BD is #3A9E42. Grayscale: #898989. Windows color (decimal): -3841603 or 12411333. OLE color: 12411333.

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

Color convert

RGB19797189-
CMYK00.510.040.23
HSL304.8º46.3%57.65%-
HSV(B)304.8º50.76%77.25%-
XYZ36.4924.0950.87-
YUV137.39157.13170.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=40.79%
G=20.08%
B=39.13%

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
Decimal1979718900.510.040.23304.846.357.65
HexC561BD0334171312e3a
Octal3051412750634274615672
Binary11000101110000110111101011001110010111100110001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561BD; }

 p { color: rgb(197,97,189); }

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

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

 a { background-color: rgb(197,97,189); }

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

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

 span { border-color: rgb(197,97,189); }

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