#C551BD

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

Shades of Fuchsia #C551BD

Tints of Fuchsia #C551BD

Color information

#C551BD (or 0xC551BD) is unknown color: approx Fuchsia. HEX triplet: C5, 51 and BD. RGB value is (197,81,189). Sum of RGB (Red+Green+Blue) = 197+81+189=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C551BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551BD is #3AAE42. Grayscale: #7F7F7F. Windows color (decimal): -3845699 or 12407237. OLE color: 12407237.

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

Color convert

RGB19781189-
CMYK00.590.040.23
HSL304.14º50%54.51%-
HSV(B)304.14º58.88%77.25%-
XYZ35.1521.4350.43-
YUV128162.43177.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=42.18%
G=17.34%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978118900.590.040.23304.145054.51
HexC551BD03B4171303237
Octal3051212750734274606267
Binary11000101101000110111101011101110010111100110000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551BD; }

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

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

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

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

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

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

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

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