#C553BE

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

Shades of Fuchsia #C553BE

Tints of Fuchsia #C553BE

Color information

#C553BE (or 0xC553BE) is unknown color: approx Fuchsia. HEX triplet: C5, 53 and BE. RGB value is (197,83,190). Sum of RGB (Red+Green+Blue) = 197+83+190=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C553BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553BE is #3AAC41. Grayscale: #808080. Windows color (decimal): -3845186 or 12473285. OLE color: 12473285.

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

Color convert

RGB19783190-
CMYK00.580.040.23
HSL303.68º49.57%54.9%-
HSV(B)303.68º57.87%77.25%-
XYZ35.4121.7751.05-
YUV129.28162.27176.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 83 (32.81% from 255) = 17.66%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=41.91%
G=17.66%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978319000.580.040.23303.6849.5754.9
HexC553BE03A4171303237
Octal3051232760724274606267
Binary11000101101001110111110011101010010111100110000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C553BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C553BE; }

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

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

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

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

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

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

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

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