#C546B0

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

Shades of Fuchsia #C546B0

Tints of Fuchsia #C546B0

Color information

#C546B0 (or 0xC546B0) is unknown color: approx Fuchsia. HEX triplet: C5, 46 and B0. RGB value is (197,70,176). Sum of RGB (Red+Green+Blue) = 197+70+176=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C546B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546B0 is #3AB94F. Grayscale: #777777. Windows color (decimal): -3848528 or 11552453. OLE color: 11552453.

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

Color convert

RGB19770176-
CMYK00.640.110.23
HSL309.92º52.26%52.35%-
HSV(B)309.92º64.47%77.25%-
XYZ33.0519.3943.07-
YUV120.06159.58182.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 70 (27.73% from 255) = 15.80%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=44.47%
G=15.80%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977017600.640.110.23309.9252.2652.35
HexC546B0040B171363434
Octal305106260010013274666464
Binary1100010110001101011000001000000101110111100110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C546B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C546B0; }

 p { color: rgb(197,70,176); }

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

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

 a { background-color: rgb(197,70,176); }

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

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

 span { border-color: rgb(197,70,176); }

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