#C536AC

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

Shades of Fuchsia #C536AC

Tints of Fuchsia #C536AC

Color information

#C536AC (or 0xC536AC) is unknown color: approx Fuchsia. HEX triplet: C5, 36 and AC. RGB value is (197,54,172). Sum of RGB (Red+Green+Blue) = 197+54+172=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C536AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C536AC is #3AC953. Grayscale: #6D6D6D. Windows color (decimal): -3852628 or 11286213. OLE color: 11286213.

HSL color Cylindrical-coordinate representation of color #C536AC: hue angle of 310.49º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C536AC is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19754172-
CMYK00.730.130.23
HSL310.49º56.97%49.22%-
HSV(B)310.49º72.59%77.25%-
XYZ31.7917.4940.73-
YUV110.21162.88189.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 54 (21.48% from 255) = 12.77%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=46.57%
G=12.77%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975417200.730.130.23310.4956.9749.22
HexC536AC049D171363931
Octal30566254011115274667161
Binary110001011101101010110001001001110110111100110110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C536AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C536AC; }

 p { color: rgb(197,54,172); }

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

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

 a { background-color: rgb(197,54,172); }

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

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

 span { border-color: rgb(197,54,172); }

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