#C546C1

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

Shades of Fuchsia #C546C1

Tints of Fuchsia #C546C1

Color information

#C546C1 (or 0xC546C1) is unknown color: approx Fuchsia. HEX triplet: C5, 46 and C1. RGB value is (197,70,193). Sum of RGB (Red+Green+Blue) = 197+70+193=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C546C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546C1 is #3AB93E. Grayscale: #797979. Windows color (decimal): -3848511 or 12666565. OLE color: 12666565.

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

Color convert

RGB19770193-
CMYK00.640.020.23
HSL301.89º52.26%52.35%-
HSV(B)301.89º64.47%77.25%-
XYZ34.8420.152.5-
YUV122168.08181.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=42.83%
G=15.22%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977019300.640.020.23301.8952.2652.35
HexC546C104021712e3434
Octal30510630101002274566464
Binary11000101100011011000001010000001010111100101110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C546C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C546C1; }

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

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

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

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

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

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

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

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