#C549BB

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

Shades of Fuchsia #C549BB

Tints of Fuchsia #C549BB

Color information

#C549BB (or 0xC549BB) is unknown color: approx Fuchsia. HEX triplet: C5, 49 and BB. RGB value is (197,73,187). Sum of RGB (Red+Green+Blue) = 197+73+187=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BB is #3AB644. Grayscale: #7A7A7A. Windows color (decimal): -3847749 or 12274117. OLE color: 12274117.

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

Color convert

RGB19773187-
CMYK00.630.050.23
HSL304.84º51.67%52.94%-
HSV(B)304.84º62.94%77.25%-
XYZ34.3820.2249.11-
YUV123.07164.08180.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=43.11%
G=15.97%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977318700.630.050.23304.8451.6752.94
HexC549BB03F5171313435
Octal3051112730775274616465
Binary11000101100100110111011011111110110111100110001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C549BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C549BB; }

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

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

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

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

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

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

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

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