#C554B0

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

Shades of Fuchsia #C554B0

Tints of Fuchsia #C554B0

Color information

#C554B0 (or 0xC554B0) is unknown color: approx Fuchsia. HEX triplet: C5, 54 and B0. RGB value is (197,84,176). Sum of RGB (Red+Green+Blue) = 197+84+176=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C554B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554B0 is #3AAB4F. Grayscale: #808080. Windows color (decimal): -3844944 or 11556037. OLE color: 11556037.

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

Color convert

RGB19784176-
CMYK00.570.110.23
HSL311.15º49.34%55.1%-
HSV(B)311.15º57.36%77.25%-
XYZ34.0321.3543.4-
YUV128.28154.94177.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=43.11%
G=18.38%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978417600.570.110.23311.1549.3455.1
HexC554B0039B171373137
Octal30512426007113274676167
Binary110001011010100101100000111001101110111100110111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C554B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C554B0; }

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

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

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

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

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

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

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

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