#C56CBB

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

Shades of Fuchsia #C56CBB

Tints of Fuchsia #C56CBB

Color information

#C56CBB (or 0xC56CBB) is unknown color: approx Fuchsia. HEX triplet: C5, 6C and BB. RGB value is (197,108,187). Sum of RGB (Red+Green+Blue) = 197+108+187=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CBB is #3A9344. Grayscale: #8F8F8F. Windows color (decimal): -3838789 or 12283077. OLE color: 12283077.

HSL color Cylindrical-coordinate representation of color #C56CBB: hue angle of 306.74º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56CBB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197108187-
CMYK00.450.050.23
HSL306.74º43.41%59.8%-
HSV(B)306.74º45.18%77.25%-
XYZ37.3626.1850.1-
YUV143.62152.49166.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 108 (42.58% from 255) = 21.95%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=40.04%
G=21.95%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710818700.450.050.23306.7443.4159.8
HexC56CBB02D5171332b3c
Octal3051542730555274635374
Binary11000101110110010111011010110110110111100110011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56CBB; }

 p { color: rgb(197,108,187); }

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

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

 a { background-color: rgb(197,108,187); }

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

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

 span { border-color: rgb(197,108,187); }

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