#C558CB

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

Shades of Fuchsia #C558CB

Tints of Fuchsia #C558CB

Color information

#C558CB (or 0xC558CB) is unknown color: approx Fuchsia. HEX triplet: C5, 58 and CB. RGB value is (197,88,203). Sum of RGB (Red+Green+Blue) = 197+88+203=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C558CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CB is #3AA734. Grayscale: #858585. Windows color (decimal): -3843893 or 13326533. OLE color: 13326533.

HSL color Cylindrical-coordinate representation of color #C558CB: hue angle of 296.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C558CB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19788203-
CMYK0.030.5700.20
HSL296.87º52.51%57.06%-
HSV(B)296.87º56.65%79.61%-
XYZ37.323.1659-
YUV133.7167.11173.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 88 (34.77% from 255) = 18.03%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=40.37%
G=18.03%
B=41.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197882030.030.5700.20296.8752.5157.06
HexC558CB3390141293539
Octal3051303133710244516571
Binary1100010110110001100101111111001010100100101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C558CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C558CB; }

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

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

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

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

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

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

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

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