#C553B1

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

Shades of Fuchsia #C553B1

Tints of Fuchsia #C553B1

Color information

#C553B1 (or 0xC553B1) is unknown color: approx Fuchsia. HEX triplet: C5, 53 and B1. RGB value is (197,83,177). Sum of RGB (Red+Green+Blue) = 197+83+177=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C553B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C553B1 is #3AAC4E. Grayscale: #7F7F7F. Windows color (decimal): -3845199 or 11621317. OLE color: 11621317.

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

Color convert

RGB19783177-
CMYK00.580.100.23
HSL310.53º49.57%54.9%-
HSV(B)310.53º57.87%77.25%-
XYZ34.0621.2343.9-
YUV127.8155.77177.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 83 (32.81% from 255) = 18.16%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=43.11%
G=18.16%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978317700.580.100.23310.5349.5754.9
HexC553B103AA171373237
Octal30512326107212274676267
Binary110001011010011101100010111010101010111100110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C553B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C553B1; }

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

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

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

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

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

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

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

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