#C551AD

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

Shades of Fuchsia #C551AD

Tints of Fuchsia #C551AD

Color information

#C551AD (or 0xC551AD) is unknown color: approx Fuchsia. HEX triplet: C5, 51 and AD. RGB value is (197,81,173). Sum of RGB (Red+Green+Blue) = 197+81+173=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C551AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551AD is #3AAE52. Grayscale: #7D7D7D. Windows color (decimal): -3845715 or 11358661. OLE color: 11358661.

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

Color convert

RGB19781173-
CMYK00.590.120.23
HSL312.41º50%54.51%-
HSV(B)312.41º58.88%77.25%-
XYZ33.5120.7741.78-
YUV126.17154.43178.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=43.68%
G=17.96%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978117300.590.120.23312.415054.51
HexC551AD03BC171383237
Octal30512125507314274706267
Binary110001011010001101011010111011110010111100111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551AD; }

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

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

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

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

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

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

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

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