#C558BD

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

Shades of Fuchsia #C558BD

Tints of Fuchsia #C558BD

Color information

#C558BD (or 0xC558BD) is unknown color: approx Fuchsia. HEX triplet: C5, 58 and BD. RGB value is (197,88,189). Sum of RGB (Red+Green+Blue) = 197+88+189=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C558BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558BD is #3AA742. Grayscale: #838383. Windows color (decimal): -3843907 or 12409029. OLE color: 12409029.

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

Color convert

RGB19788189-
CMYK00.550.040.23
HSL304.4º48.44%55.88%-
HSV(B)304.4º55.33%77.25%-
XYZ35.722.5250.61-
YUV132.1160.11174.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 88 (34.77% from 255) = 18.57%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=41.56%
G=18.57%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978818900.550.040.23304.448.4455.88
HexC558BD0374171303038
Octal3051302750674274606070
Binary11000101101100010111101011011110010111100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C558BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C558BD; }

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

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

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

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

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

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

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

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