#C549BC

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

Shades of Fuchsia #C549BC

Tints of Fuchsia #C549BC

Color information

#C549BC (or 0xC549BC) is unknown color: approx Fuchsia. HEX triplet: C5, 49 and BC. RGB value is (197,73,188). Sum of RGB (Red+Green+Blue) = 197+73+188=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BC is #3AB643. Grayscale: #7A7A7A. Windows color (decimal): -3847748 or 12339653. OLE color: 12339653.

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

Color convert

RGB19773188-
CMYK00.630.050.23
HSL304.35º51.67%52.94%-
HSV(B)304.35º62.94%77.25%-
XYZ34.4920.2749.67-
YUV123.19164.58180.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 73 (28.91% from 255) = 15.94%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=43.01%
G=15.94%
B=41.05%

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
Decimal1977318800.630.050.23304.3551.6752.94
HexC549BC03F5171303435
Octal3051112740775274606465
Binary11000101100100110111100011111110110111100110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C549BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C549BC; }

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

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

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

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

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

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

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

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