#C558B3

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

Shades of Fuchsia #C558B3

Tints of Fuchsia #C558B3

Color information

#C558B3 (or 0xC558B3) is unknown color: approx Fuchsia. HEX triplet: C5, 58 and B3. RGB value is (197,88,179). Sum of RGB (Red+Green+Blue) = 197+88+179=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C558B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558B3 is #3AA74C. Grayscale: #828282. Windows color (decimal): -3843917 or 11753669. OLE color: 11753669.

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

Color convert

RGB19788179-
CMYK00.550.090.23
HSL309.91º48.44%55.88%-
HSV(B)309.91º55.33%77.25%-
XYZ34.6522.145.09-
YUV130.96155.11175.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 88 (34.77% from 255) = 18.97%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=42.46%
G=18.97%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978817900.550.090.23309.9148.4455.88
HexC558B30379171363038
Octal30513026306711274666070
Binary110001011011000101100110110111100110111100110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C558B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C558B3; }

 p { color: rgb(197,88,179); }

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

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

 a { background-color: rgb(197,88,179); }

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

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

 span { border-color: rgb(197,88,179); }

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