#C554B2

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

Shades of Fuchsia #C554B2

Tints of Fuchsia #C554B2

Color information

#C554B2 (or 0xC554B2) is unknown color: approx Fuchsia. HEX triplet: C5, 54 and B2. RGB value is (197,84,178). Sum of RGB (Red+Green+Blue) = 197+84+178=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C554B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554B2 is #3AAB4D. Grayscale: #808080. Windows color (decimal): -3844942 or 11687109. OLE color: 11687109.

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

Color convert

RGB19784178-
CMYK00.570.100.23
HSL310.09º49.34%55.1%-
HSV(B)310.09º57.36%77.25%-
XYZ34.2321.4344.45-
YUV128.5155.94176.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 84 (33.20% from 255) = 18.30%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=42.92%
G=18.30%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978417800.570.100.23310.0949.3455.1
HexC554B2039A171363137
Octal30512426207112274666167
Binary110001011010100101100100111001101010111100110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C554B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C554B2; }

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

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

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

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

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

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

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

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