#C537AD

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

Shades of Fuchsia #C537AD

Tints of Fuchsia #C537AD

Color information

#C537AD (or 0xC537AD) is unknown color: approx Fuchsia. HEX triplet: C5, 37 and AD. RGB value is (197,55,173). Sum of RGB (Red+Green+Blue) = 197+55+173=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C537AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C537AD is #3AC852. Grayscale: #6E6E6E. Windows color (decimal): -3852371 or 11352005. OLE color: 11352005.

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

Color convert

RGB19755173-
CMYK00.720.120.23
HSL310.14º56.35%49.41%-
HSV(B)310.14º72.08%77.25%-
XYZ31.9317.6241.25-
YUV110.91163.04189.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 55 (21.88% from 255) = 12.94%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=46.35%
G=12.94%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975517300.720.120.23310.1456.3549.41
HexC537AD048C171363831
Octal30567255011014274667061
Binary110001011101111010110101001000110010111100110110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C537AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C537AD; }

 p { color: rgb(197,55,173); }

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

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

 a { background-color: rgb(197,55,173); }

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

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

 span { border-color: rgb(197,55,173); }

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