#C551B0

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

Shades of Fuchsia #C551B0

Tints of Fuchsia #C551B0

Color information

#C551B0 (or 0xC551B0) is unknown color: approx Fuchsia. HEX triplet: C5, 51 and B0. RGB value is (197,81,176). Sum of RGB (Red+Green+Blue) = 197+81+176=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C551B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551B0 is #3AAE4F. Grayscale: #7E7E7E. Windows color (decimal): -3845712 or 11555269. OLE color: 11555269.

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

Color convert

RGB19781176-
CMYK00.590.110.23
HSL310.86º50%54.51%-
HSV(B)310.86º58.88%77.25%-
XYZ33.820.8943.32-
YUV126.51155.93178.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.39%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=43.39%
G=17.84%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978117600.590.110.23310.865054.51
HexC551B003BB171373237
Octal30512126007313274676267
Binary110001011010001101100000111011101110111100110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551B0; }

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

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

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

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

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

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

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

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