#C553B5

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

Shades of Fuchsia #C553B5

Tints of Fuchsia #C553B5

Color information

#C553B5 (or 0xC553B5) is unknown color: approx Fuchsia. HEX triplet: C5, 53 and B5. RGB value is (197,83,181). Sum of RGB (Red+Green+Blue) = 197+83+181=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C553B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553B5 is #3AAC4A. Grayscale: #7F7F7F. Windows color (decimal): -3845195 or 11883461. OLE color: 11883461.

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

Color convert

RGB19783181-
CMYK00.580.080.23
HSL308.42º49.57%54.9%-
HSV(B)308.42º57.87%77.25%-
XYZ34.4621.3946.03-
YUV128.26157.77177.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=42.73%
G=18.00%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978318100.580.080.23308.4249.5754.9
HexC553B503A8171343237
Octal30512326507210274646267
Binary110001011010011101101010111010100010111100110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C553B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C553B5; }

 p { color: rgb(197,83,181); }

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

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

 a { background-color: rgb(197,83,181); }

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

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

 span { border-color: rgb(197,83,181); }

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